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