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