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