Base:
method
HasCustomAttribute
Internal.TypeSystem.MetadataType.HasCustomAttribute(System.String, System.String)
2 references to HasCustomAttribute
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ManagedDataDescriptorNode.cs (1)
110if (!ecmaType.HasCustomAttribute(DataContractAttributeNamespace, DataContractAttributeName))
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.TypeEquivalence.cs (1)
148return HasCustomAttribute("System.Runtime.InteropServices", "ComEventInterfaceAttribute");