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