8 references to GetAttributeNamespaceAndName
ILCompiler.Compiler (1)
Compiler\UnmanagedEntryPointsRootProvider.cs (1)
76
if (!reader.
GetAttributeNamespaceAndName
(caHandle, out StringHandle nsHandle, out StringHandle nameHandle))
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
607
if (!metadataReader.
GetAttributeNamespaceAndName
(attributeHandle, out namespaceHandle, out nameHandle))
ILCompiler.TypeSystem (6)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaField.cs (1)
180
if (!metadataReader.
GetAttributeNamespaceAndName
(attributeHandle, out namespaceHandle, out nameHandle))
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
191
if (!metadataReader.
GetAttributeNamespaceAndName
(attributeHandle, out namespaceHandle, out nameHandle))
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (1)
808
if (reader.
GetAttributeNamespaceAndName
(attr, out var ns, out var n))
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (1)
226
if (MetadataReader.
GetAttributeNamespaceAndName
(attributeHandle, out StringHandle namespaceHandle, out StringHandle nameHandle))
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\MetadataExtensions.cs (1)
132
if (!metadataReader.
GetAttributeNamespaceAndName
(attributeHandle, out namespaceHandle, out nameHandle))
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
673
reader.
GetAttributeNamespaceAndName
(customAttributeHandle, out StringHandle namespaceName, out StringHandle name);