1 write to _sdkCheckConfig
dotnet (1)
Commands\Sdk\Check\SdkCheckCommand.cs (1)
32_sdkCheckConfig = File.Exists(configFilePath) ? JsonSerializer.Deserialize<SdkCheckConfig>(File.ReadAllText(configFilePath)) : null;
7 references to _sdkCheckConfig
dotnet (7)
Commands\Sdk\Check\SdkCheckCommand.cs (7)
40if (_sdkCheckConfig != null && !string.IsNullOrEmpty(_sdkCheckConfig.CommandOutputReplacementString)) 43_reporter.WriteLine(_sdkCheckConfig.CommandOutputReplacementString); 51_sdkCheckConfig?.ReleasesUri == null ? null : new Uri(_sdkCheckConfig.ReleasesUri), 52_sdkCheckConfig?.ReleasesFilePath == null ? null : _sdkCheckConfig.ReleasesFilePath);