6 references to RazorDiagnosticDescriptor
Microsoft.AspNetCore.Razor.Language.UnitTests (5)
CodeGeneration\CodeRenderingContextTest.cs (4)
20
var descriptor = new
RazorDiagnosticDescriptor
("RZTest", "Test warning for '{0}'", RazorDiagnosticSeverity.Warning, warningLevel: 12);
83
new
RazorDiagnosticDescriptor
("RZ11", "Level 11", RazorDiagnosticSeverity.Warning, warningLevel: 11),
86
new
RazorDiagnosticDescriptor
("RZ12", "Level 12", RazorDiagnosticSeverity.Warning, warningLevel: 12),
89
new
RazorDiagnosticDescriptor
("RZ13", "Level 13", RazorDiagnosticSeverity.Warning, warningLevel: 13),
RazorDiagnosticDescriptorTest.cs (1)
30
var descriptor = new
RazorDiagnosticDescriptor
("RZ0001", "Hello, World!", RazorDiagnosticSeverity.Warning, warningLevel: 11);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorDiagnosticDescriptor.cs (1)
24
:
this
(id, messageFormat, severity, warningLevel: 0)