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