1 write to s_processPath
Microsoft.Build.Framework (1)
EnvironmentUtilities.cs (1)
63
Interlocked.CompareExchange(ref
s_processPath
, currentProcess?.MainModule?.FileName ?? "", null);
2 references to s_processPath
Microsoft.Build.Framework (2)
EnvironmentUtilities.cs (2)
57
string? processPath =
s_processPath
;
64
processPath =
s_processPath
;