1 instantiation of ProcessEnvironmentReader
aspire (1)
Utils\NpmInstallDetection.cs (1)
86
public static readonly ProcessEnvironmentReader Instance =
new
();
4 references to ProcessEnvironmentReader
aspire (4)
Utils\NpmInstallDetection.cs (4)
37
var env = s_environmentOverride.Value ??
ProcessEnvironmentReader
.Instance;
58
var env = s_environmentOverride.Value ??
ProcessEnvironmentReader
.Instance;
66
var env = s_environmentOverride.Value ??
ProcessEnvironmentReader
.Instance;
86
public static readonly
ProcessEnvironmentReader
Instance = new();