3 references to InitializeNativeReferences
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\NativeLayoutInfoLoadContext.cs (1)
68
bool success = _externalReferencesLookup.
InitializeNativeReferences
(_module);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (1)
447
return externalReferencesLookup.
InitializeNativeReferences
(module);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.StaticsLookup.cs (1)
214
if (!externalReferencesLookup.
InitializeNativeReferences
(module))