20 references to NativeLibrary
PresentationCore (3)
PresentationCore.Tests (1)
PresentationFramework (1)
PresentationFramework.Fluent.Tests (1)
System.Data.Odbc (2)
System.Net.Quic (5)
System\Net\Quic\Internal\MsQuicApi.cs (5)
108loaded = NativeLibrary.TryLoad(path, typeof(MsQuicApi).Assembly, DllImportSearchPath.LegacyBehavior, out msQuicHandle);
113loaded = NativeLibrary.TryLoad($"{Interop.Libraries.MsQuic}.{s_minMsQuicVersion.Major}", typeof(MsQuicApi).Assembly, null, out msQuicHandle) ||
114NativeLibrary.TryLoad(Interop.Libraries.MsQuic, typeof(MsQuicApi).Assembly, null, out msQuicHandle);
128MsQuicOpenVersion = (delegate* unmanaged[Cdecl]<uint, QUIC_API_TABLE**, int>)NativeLibrary.GetExport(msQuicHandle, nameof(MsQuicOpenVersion));
129MsQuicClose = (delegate* unmanaged[Cdecl]<QUIC_API_TABLE*, void>)NativeLibrary.GetExport(msQuicHandle, nameof(MsQuicClose));
System.Printing.Tests (1)
System.Private.CoreLib (2)
System.Private.Windows.GdiPlus (1)
System.Runtime.InteropServices (1)
System.Xaml.Tests (1)
WindowsBase.Tests (1)