3 references to GetAttributeTypeAndConstructor
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
311if (!MetadataExtensions.GetAttributeTypeAndConstructor(currentAssembly.MetadataReader, attrHandle, out EntityHandle attributeType, out _))
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
311if (!MetadataExtensions.GetAttributeTypeAndConstructor(currentAssembly.MetadataReader, attrHandle, out EntityHandle attributeType, out _))
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\MetadataExtensions.cs (1)
143if (!GetAttributeTypeAndConstructor(metadataReader, attributeHandle, out attributeType, out _))