5 references to DiagnosticPropertyKey
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (1)
25var (newRoot, codeFixTitle) = 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);