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