1 write to s_fileTrackerDllHandle
Microsoft.Build (1)
InprocTrackingNativeMethods.cs (1)
226s_fileTrackerDllHandle = handle;
3 references to s_fileTrackerDllHandle
Microsoft.Build (3)
InprocTrackingNativeMethods.cs (3)
236IntPtr entryPoint = GetProcAddress(s_fileTrackerDllHandle, entryPointName); 251ErrorUtilities.VerifyThrow(s_fileTrackerDllHandle != null, "fileTrackerDllHandle should not be null"); 252ErrorUtilities.VerifyThrow(!s_fileTrackerDllHandle.IsInvalid, "Handle for FileTracker.dll should not be invalid");