3 references to LoadLibrary
Microsoft.Build.Tasks.Core (1)
ComReference.cs (1)
383IntPtr libraryHandle = NativeMethodsShared.LoadLibrary(typeLibPath);
Microsoft.Build.Tasks.UnitTests (1)
NativeMethodsShared_Tests.cs (1)
38IntPtr kernel32Dll = NativeMethodsShared.LoadLibrary("kernel32.dll");
Microsoft.Build.Utilities.UnitTests (1)
NativeMethodsShared_Tests.cs (1)
38IntPtr kernel32Dll = NativeMethodsShared.LoadLibrary("kernel32.dll");