1 write to s_processPath
MSBuildTaskHost (1)
EnvironmentUtilities.cs (1)
73Interlocked.CompareExchange(ref s_processPath, currentProcess.MainModule.FileName ?? "", null);
2 references to s_processPath
MSBuildTaskHost (2)
EnvironmentUtilities.cs (2)
67string? processPath = s_processPath; 74processPath = s_processPath;