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