2 references to s_collectionRule
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\CompareSymbolsCorrectlyAnalyzer.cs (2)
220
context.ReportDiagnostic(invocationOperation.CreateDiagnostic(
s_collectionRule
, s_CollectionRuleProperties));
270
context.ReportDiagnostic(objectCreation.CreateDiagnostic(
s_collectionRule
, s_CollectionRuleProperties));