2 references to GetSymbol
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeLibrary.cs (2)
161return GetSymbol(handle, name, throwOnError: true); 177address = GetSymbol(handle, name, throwOnError: false);