The following tables list the members exposed by IUsed.
Public Methods
| Name | Description |
| IsUsedBy | Returns true if this code element is used by , otherwise returns false. |
| IsUsedByAssembly | Returns true if this code element is used by , otherwise returns false. |
| IsUsedByEvent | Returns true if this code element is used by , otherwise returns false. |
| IsUsedByMethod | Returns true if this code element is used by , otherwise returns false. |
| IsUsedByNamespace | Returns true if this code element is used by , otherwise returns false. |
| IsUsedByProperty | Returns true if this code element is used by , otherwise returns false. |
| IsUsedByType | Returns true if this code element is used by , otherwise returns false. |
Top
Extension Methods
| Name | Description |
| DepthOfIsUsedBy | Returns a non-null depth of usage value, if is directly or indirectly used by a NDepend.CodeModel.ICodeElement whose NDepend.CodeModel.ICodeElement.FullName is . This method can only be called in a ICQLinqExecutionContext, otherwise the extension method NDepend.CodeModel.ExtensionMethodsSequenceUsage.NDepend.CodeModel.ExtensionMethodsSequenceUsage.DepthOfIsUsedByAny<TUsed,TUser> must be called instead. |
| IsIndirectlyUsedBy | Returns true if is, directly or indirectly, used by a NDepend.CodeModel.ICodeElement whose NDepend.CodeModel.ICodeElement.FullName is . This method can only be called in a ICQLinqExecutionContext, otherwise the extension method NDepend.CodeModel.ExtensionMethodsSequenceUsage.NDepend.CodeModel.ExtensionMethodsSequenceUsage.IndirectlyUsedByAny<TUsed,TUser> must be called instead. |
| IsUsedBy | Returns true if this is directly used by a NDepend.CodeModel.ICodeElement whose NDepend.CodeModel.ICodeElement.FullName is . This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.IUsed.NDepend.CodeModel.IUsed.IsUsedBy must be called instead. |
| IsUsedByAssembly | Returns true if this is directly used by a NDepend.CodeModel.IAssembly whose NDepend.CodeModel.ICodeElement.Name is . This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.IUsed.NDepend.CodeModel.IUsed.IsUsedByAssembly must be called instead. |
| IsUsedByEvent | Returns true if this is directly used by a NDepend.CodeModel.IEvent whose NDepend.CodeModel.ICodeElement.FullName is . This event can only be called in a ICQLinqExecutionContext, otherwise the event NDepend.CodeModel.IUsed.NDepend.CodeModel.IUsed.IsUsedByEvent must be called instead. |
| IsUsedByMethod | Returns true if this is directly used by a NDepend.CodeModel.IMethod whose NDepend.CodeModel.ICodeElement.FullName is . This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.IUsed.NDepend.CodeModel.IUsed.IsUsedByMethod must be called instead. |
| IsUsedByNamespace | Returns true if this is directly used by a NDepend.CodeModel.INamespace whose NDepend.CodeModel.ICodeElement.Name is . This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.IUsed.NDepend.CodeModel.IUsed.IsUsedByNamespace must be called instead. |
| IsUsedByProperty | Returns true if this is directly used by a NDepend.CodeModel.IProperty whose NDepend.CodeModel.ICodeElement.FullName is . This property can only be called in a ICQLinqExecutionContext, otherwise the property NDepend.CodeModel.IUsed.NDepend.CodeModel.IUsed.IsUsedByProperty must be called instead. |
| IsUsedByType | Returns true if this is directly used by a NDepend.CodeModel.IType whose NDepend.CodeModel.ICodeElement.FullName is . This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.IUsed.NDepend.CodeModel.IUsed.IsUsedByType must be called instead. |
Top
See Also