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