1 write to WarningLevel
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorDiagnosticDescriptor.cs (1)
43
WarningLevel
= warningLevel;
5 references to WarningLevel
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
RazorDiagnosticDescriptorTest.cs (2)
23
Assert.Equal(0, descriptor.
WarningLevel
);
36
Assert.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)
17
public int WarningLevel => _descriptor.
WarningLevel
;
Language\RazorDiagnosticDescriptor.cs (1)
47
Error "{Id}" (level {
WarningLevel
}): "{MessageFormat}"