3 references to PropertyNameKey
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (2)
51
internal const string PropertyNameKey = nameof(
PropertyNameKey
);
439
propertiesBuilder.Add(
PropertyNameKey
, propertyName);
Microsoft.NetCore.Analyzers\Performance\UsePropertyInsteadOfCountMethodWhenAvailable.Fixer.cs (1)
55
context.Diagnostics[0].Properties.TryGetValue(UseCountProperlyAnalyzer.
PropertyNameKey
, out var propertyName) &&