3 references to CreateDiagnostic
Razor.Diagnostics.Analyzers (3)
ImmutableArrayBoxingAnalyzer.cs (1)
99context.ReportDiagnostic(instance.CreateDiagnostic(Rule, $"{typeName}.{targetMethod.Name}"));
PooledArrayBuilderAsRefAnalyzer.cs (2)
62context.ReportDiagnostic(invocation.CreateDiagnostic(Rule)); 69context.ReportDiagnostic(invocation.CreateDiagnostic(Rule));