2 references to LoadLibrary
System (2)
compmod\microsoft\win32\SystemEvents.cs (1)
605IntPtr retval = SafeNativeMethods.LoadLibrary(ExternDll.Wtsapi32);
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (1)
236if (SafeNativeMethods.LoadLibrary(perfcounterPath) == IntPtr.Zero) {