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