24 references to GetCustomAttributeHandle
ILCompiler.Compiler (6)
Compiler\AssemblyExtensions.cs (1)
20CustomAttributeHandle attrHandle = reader.GetCustomAttributeHandle(assembly.AssemblyDefinition.GetCustomAttributes(),
Compiler\CustomAttributeExtensions.cs (2)
18var attributeHandle = metadataReader.GetCustomAttributeHandle(prop.GetCustomAttributes, 47var attributeHandle = metadataReader.GetCustomAttributeHandle(@event.GetCustomAttributes,
Compiler\Dataflow\FlowAnnotations.cs (1)
310CustomAttributeHandle ca = reader.GetCustomAttributeHandle(customAttributeHandles, "System.Diagnostics.CodeAnalysis", "DynamicallyAccessedMembersAttribute");
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
145var attrHandle = asm.MetadataReader.GetCustomAttributeHandle(asm.AssemblyDefinition.GetCustomAttributes(),
Compiler\DependencyAnalysis\ReflectionInvokeSupportDependencyAlgorithm.cs (1)
46if (!reader.GetCustomAttributeHandle(param.GetCustomAttributes(), "System", "ParamArrayAttribute").IsNil)
ILCompiler.ReadyToRun (4)
Compiler\AssemblyExtensions.cs (1)
25CustomAttributeHandle attributeHandle = reader.GetCustomAttributeHandle(attributeHandles, "System.Diagnostics", "DebuggableAttribute");
Compiler\ReadyToRunMetadataFieldLayoutAlgorithm.cs (2)
440return !metadataReader.GetCustomAttributeHandle(fieldDef.GetCustomAttributes(), "System", "ThreadStaticAttribute").IsNil; 452!metadataReader.GetCustomAttributeHandle(
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1106CustomAttributeHandle handle = reader.GetCustomAttributeHandle(
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1106CustomAttributeHandle handle = reader.GetCustomAttributeHandle(
ILCompiler.TypeSystem (13)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaAssembly.cs (1)
82return !_metadataReader.GetCustomAttributeHandle(_assemblyDefinition.GetCustomAttributes(),
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaField.cs (1)
287return !MetadataReader.GetCustomAttributeHandle(MetadataReader.GetFieldDefinition(_handle).GetCustomAttributes(),
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (2)
455return !MetadataReader.GetCustomAttributeHandle(MetadataReader.GetMethodDefinition(_handle).GetCustomAttributes(), 530CustomAttributeHandle attributeHandle = reader.GetCustomAttributeHandle(
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (3)
537return !MetadataReader.GetCustomAttributeHandle(_typeDefinition.GetCustomAttributes(), 548var attr = MetadataReader.GetCustomAttribute(MetadataReader.GetCustomAttributeHandle(_typeDefinition.GetCustomAttributes(), 567var attrHandle = MetadataReader.GetCustomAttributeHandle(_typeDefinition.GetCustomAttributes(),
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.TypeEquivalence.cs (3)
26var attributeHandle = this.MetadataReader.GetCustomAttributeHandle(MetadataReader.GetAssemblyDefinition().GetCustomAttributes(), "System.Runtime.InteropServices", "GuidAttribute"); 84CustomAttributeHandle importedFromTypeLibHdl = this.MetadataReader.GetCustomAttributeHandle( 90CustomAttributeHandle primaryInteropAssemblyHdl = this.MetadataReader.GetCustomAttributeHandle(
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\MetadataExtensions.cs (3)
21var attributeHandle = metadataReader.GetCustomAttributeHandle(metadataReader.GetTypeDefinition(This.Handle).GetCustomAttributes(), 49var attributeHandle = metadataReader.GetCustomAttributeHandle(metadataReader.GetMethodDefinition(This.Handle).GetCustomAttributes(), 77var attributeHandle = metadataReader.GetCustomAttributeHandle(metadataReader.GetFieldDefinition(This.Handle).GetCustomAttributes(),