1 write to WarningLevel
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorDiagnosticDescriptor.cs (1)
43WarningLevel = warningLevel;
3 references to WarningLevel
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\RazorCodeGenerationOptions.cs (1)
42/// <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}"