2 references to s_EqualityRuleProperties
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\CompareSymbolsCorrectlyAnalyzer.cs (2)
163context.ReportDiagnostic(binary.Syntax.GetLocation().CreateDiagnostic(s_equalityRule, s_EqualityRuleProperties)); 195context.ReportDiagnostic(invocationOperation.Syntax.GetLocation().CreateDiagnostic(s_equalityRule, s_EqualityRuleProperties));