1 write to Id
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorDiagnosticDescriptor.cs (1)
40Id = id;
6 references to Id
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentLoweringPass.cs (2)
135if (diagnostic.Id == ComponentDiagnosticFactory.MultipleComponents.Id || 136diagnostic.Id == ComponentDiagnosticFactory.AmbiguousComponentSelection.Id)
Language\Components\ComponentNodeWriter.cs (1)
73return node.Diagnostics.Any(d => d.Id == ComponentDiagnosticFactory.GenericComponentTypeInferenceUnderspecified.Id);
Language\RazorDiagnostic.cs (2)
15public string Id => _descriptor.Id; 48builder.Append(_descriptor.Id);
Language\RazorDiagnosticDescriptor.cs (1)
47Error "{Id}" (level {WarningLevel}): "{MessageFormat}"