1 write to WarningLevel
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorDiagnosticDescriptor.cs (1)
43WarningLevel = warningLevel;
5 references to WarningLevel
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
RazorDiagnosticDescriptorTest.cs (2)
23Assert.Equal(0, descriptor.WarningLevel); 36Assert.Equal(11, descriptor.WarningLevel);
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\RazorCodeGenerationOptions.cs (1)
51/// <see cref="RazorDiagnosticDescriptor.WarningLevel"/> greater than this value are suppressed.
Language\RazorDiagnostic.cs (1)
17public int WarningLevel => _descriptor.WarningLevel;
Language\RazorDiagnosticDescriptor.cs (1)
47Error "{Id}" (level {WarningLevel}): "{MessageFormat}"