1 write to _environmentVariableReader
NuGet.Build.Tasks (1)
StaticGraphRestoreTaskBase.cs (1)
32_environmentVariableReader = environmentVariableReader ?? throw new ArgumentNullException(nameof(environmentVariableReader));
1 reference to _environmentVariableReader
NuGet.Build.Tasks (1)
StaticGraphRestoreTaskBase.cs (1)
102string debugEnvironmentVariable = _environmentVariableReader.GetEnvironmentVariable(DebugEnvironmentVariableName);