1 write to s_processPath
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.cs (1)
201
Interlocked.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)
196
string? processPath =
s_processPath
;
202
processPath =
s_processPath
;