2 references to RhFindBlob
System.Private.CoreLib (2)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
214
return RuntimeImports.
RhFindBlob
(typeManager, (uint)blobId, (byte**)ppbBlob, (uint*)pcbBlob);
Internal\Runtime\CompilerHelpers\RuntimeInteropData.cs (1)
127
if (RuntimeImports.
RhFindBlob
(module, (uint)blob, &pBlob, &cbBlob))