6 references to Default
Microsoft.Build (6)
BuildCheck\API\CheckConfiguration.cs (2)
54if (Severity.HasValue && Severity.Value != CheckResultSeverity.Default) 113return CheckResultSeverity.Default;
BuildCheck\Infrastructure\CheckConfigurationEffective.cs (1)
15if (severity == CheckResultSeverity.Default)
BuildCheck\Infrastructure\CheckWrapper.cs (1)
141case CheckResultSeverity.Default:
BuildCheck\Infrastructure\ConfigurationProvider.cs (1)
289if (editorConfigValue.Severity != null && editorConfigValue.Severity != CheckResultSeverity.Default)
BuildCheck\Utilities\CheckResultSeverityExtensions.cs (1)
23CheckResultSeverity.Default => DiagnosticSeverity.Default,