2 references to CreateDiagnostic
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\DiagnosticExtensions.cs (2)
93
return symbol.Locations.
CreateDiagnostic
(rule, properties, args);
138
return locations.
CreateDiagnostic
(rule, null, args);