4 references to RulePropertyName
Microsoft.CodeAnalysis.Analyzers (4)
MetaAnalyzers\CompareSymbolsCorrectlyAnalyzer.cs (3)
71
ImmutableDictionary.CreateRange([new KeyValuePair<string, string?>(
RulePropertyName
, EqualityRuleName)]);
74
ImmutableDictionary.CreateRange([new KeyValuePair<string, string?>(
RulePropertyName
, GetHashCodeRuleName)]);
77
ImmutableDictionary.CreateRange([new KeyValuePair<string, string?>(
RulePropertyName
, CollectionRuleName)]);
MetaAnalyzers\Fixers\CompareSymbolsCorrectlyFix.cs (1)
37
if (diagnostic.Properties.TryGetValue(CompareSymbolsCorrectlyAnalyzer.
RulePropertyName
, out var rule))