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