4 references to Default
Microsoft.Build (4)
BuildCheck\Infrastructure\CheckConfigurationEffective.cs (2)
27new(string.Empty, CheckConfiguration.Default.EvaluationCheckScope!.Value, 28CheckConfiguration.Default.Severity!.Value);
BuildCheck\Infrastructure\ConfigurationProvider.cs (2)
282EnsureNonNull(propertyGetter(CheckConfiguration.Default)); 295resultSeverity ??= defaultValue.Severity ?? EnsureNonNull(CheckConfiguration.Default.Severity);