6 references to FindBlob
System.Private.CoreLib (1)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\TypeLoader\ExternalReferencesTable.cs (1)
25
if (!RuntimeAugments.
FindBlob
(typeManager, (int)blobId, (IntPtr)(void*)&pBlob, (IntPtr)(void*)&cbBlob))
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\ModuleList.cs (3)
62
return RuntimeAugments.
FindBlob
(Handle, (int)blobId, new IntPtr(ppBlob), new IntPtr(pcbBlob));
75
return RuntimeAugments.
FindBlob
(Handle, (int)blobId, new IntPtr(ppBlob), new IntPtr(pcbBlob));
271
if (RuntimeAugments.
FindBlob
(loadedModuleHandles[newModuleIndex], (int)ReflectionMapBlob.EmbeddedMetadata, new IntPtr(&pBlob), new IntPtr(&cbBlob)))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (1)
201
if (RuntimeAugments.
FindBlob
(moduleHandle, (int)ReflectionMapBlob.NativeLayoutInfo, new IntPtr(&pBlob), new IntPtr(&cbBlob)))
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\TypeLoader\ExternalReferencesTable.cs (1)
25
if (!RuntimeAugments.
FindBlob
(typeManager, (int)blobId, (IntPtr)(void*)&pBlob, (IntPtr)(void*)&cbBlob))