1 write to s_processPath
MSBuildTaskHost (1)
Utilities\EnvironmentUtilities.cs (1)
53Interlocked.CompareExchange(ref s_processPath, currentProcess.MainModule.FileName ?? "", null);
2 references to s_processPath
MSBuildTaskHost (2)
Utilities\EnvironmentUtilities.cs (2)
47string? processPath = s_processPath; 54processPath = s_processPath;