[Extension()] public static bool IsUsingMethod( IUser userCodeElement, string usedMethodFullName )
Parameters
- userCodeElement
- This NDepend.CodeModel.IUser object. A NDepend.CodeModel.IUser object can be a NDepend.CodeModel.IAssembly, NDepend.CodeModel.INamespace, NDepend.CodeModel.IType or NDepend.CodeModel.IMethod object.
- usedMethodFullName
- The NDepend.CodeModel.ICodeElement.FullName of the method used.
The string usedMethodFullName can contain wildcard '*' characters but cannot be just a single wildcard string "*".
If one or several methods are matched by usedMethodFullName, this method has a using any behavior.