5 references to ReflectionMapBlob
System.Private.CoreLib (5)
Internal\Runtime\CompilerHelpers\RuntimeInteropData.cs (3)
122
private static unsafe bool TryGetNativeReaderForBlob(TypeManagerHandle module,
ReflectionMapBlob
blob, out NativeReader reader)
147
if (TryGetNativeReaderForBlob(module,
ReflectionMapBlob
.DelegateMarshallingStubMap, out delegateMapReader))
181
if (TryGetNativeReaderForBlob(module,
ReflectionMapBlob
.StructMarshallingStubMap, out structMapReader))
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\TypeLoader\ExternalReferencesTable.cs (2)
20
private unsafe bool Initialize(TypeManagerHandle typeManager,
ReflectionMapBlob
blobId)
47
return Initialize(module,
ReflectionMapBlob
.CommonFixupsTable);