Base:
method
HasCustomAttribute
Internal.TypeSystem.MethodDesc.HasCustomAttribute(System.String, System.String)
3 overrides of HasCustomAttribute
ILCompiler.Compiler (2)
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (2)
197public override bool HasCustomAttribute(string attributeNamespace, string attributeName) 301public override bool HasCustomAttribute(string attributeNamespace, string attributeName)
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
875public override bool HasCustomAttribute(string attributeNamespace, string attributeName)