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