5 references to MetadataExtensions
ILCompiler.Compiler (4)
Compiler\CustomAttributeExtensions.cs (3)
35
if (
MetadataExtensions
.IsEqualCustomAttributeName(attributeHandle, metadataReader, attributeNamespace, attributeName))
64
if (
MetadataExtensions
.IsEqualCustomAttributeName(attributeHandle, metadataReader, attributeNamespace, attributeName))
78
if (
MetadataExtensions
.IsEqualCustomAttributeName(attributeHandle, metadataReader, attributeNamespace, attributeName))
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
311
if (!
MetadataExtensions
.GetAttributeTypeAndConstructor(currentAssembly.MetadataReader, attrHandle, out EntityHandle attributeType, out _))
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
311
if (!
MetadataExtensions
.GetAttributeTypeAndConstructor(currentAssembly.MetadataReader, attrHandle, out EntityHandle attributeType, out _))