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