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