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