Base:
method
HasCustomAttribute
Internal.TypeSystem.MethodDesc.HasCustomAttribute(System.String, System.String)
6 references to HasCustomAttribute
ILCompiler.Compiler (4)
Compiler\Dataflow\FlowAnnotations.cs (2)
671
return property.SetMethod?.
HasCustomAttribute
("System.Runtime.CompilerServices", "CompilerGeneratedAttribute") == true
672
|| property.GetMethod?.
HasCustomAttribute
("System.Runtime.CompilerServices", "CompilerGeneratedAttribute") == true;
Compiler\DependencyAnalysis\DynamicDependencyAttributesOnEntityNode.cs (1)
39
if (method.
HasCustomAttribute
("System.Diagnostics.CodeAnalysis", "DynamicDependencyAttribute"))
Compiler\DependencyAnalysis\MethodMetadataNode.cs (1)
86
if (_method.
HasCustomAttribute
("System.Diagnostics", "StackTraceHiddenAttribute")
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1100
return ecmaMethod.
HasCustomAttribute
("System.Diagnostics.CodeAnalysis", "UnscopedRefAttribute");
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1100
return ecmaMethod.
HasCustomAttribute
("System.Diagnostics.CodeAnalysis", "UnscopedRefAttribute");