4 references to KeysPropertyName
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Runtime\PreferDictionaryContainsMethods.cs (1)
135if (property.Name == KeysPropertyName)
Microsoft.NetCore.Analyzers\Runtime\PreferDictionaryContainsMethods.Fixer.cs (3)
68string methodName = propertyName == PreferDictionaryContainsMethods.KeysPropertyName 82=> propertyName == PreferDictionaryContainsMethods.KeysPropertyName 87/// Returns <see cref="PreferDictionaryContainsMethods.KeysPropertyName"/> or