2 references to s_GetHashCodeRuleProperties
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\CompareSymbolsCorrectlyAnalyzer.cs (2)
184
context.ReportDiagnostic(invocationOperation.CreateDiagnostic(s_getHashCodeRule,
s_GetHashCodeRuleProperties
));
208
context.ReportDiagnostic(invocationOperation.CreateDiagnostic(s_getHashCodeRule,
s_GetHashCodeRuleProperties
));