6 references to DiagnosticPropertyKey
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (2)
72switch (diagnostic.Properties[PreferLengthCountIsEmptyOverAnyAnalyzer.DiagnosticPropertyKey]) 92=> diagnostic.Properties[PreferLengthCountIsEmptyOverAnyAnalyzer.DiagnosticPropertyKey] switch
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAnyAnalyzer.cs (4)
30internal const string DiagnosticPropertyKey = nameof(DiagnosticPropertyKey); 118properties.Add(DiagnosticPropertyKey, IsEmptyText); 124properties.Add(DiagnosticPropertyKey, LengthText); 131properties.Add(DiagnosticPropertyKey, CountText);