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