1 write to s_processPath
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.cs (1)
201Interlocked.CompareExchange(ref s_processPath, GetProcessPath() ?? "", null);
2 references to s_processPath
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.cs (2)
196string? processPath = s_processPath; 202processPath = s_processPath;