2 references to ContainsValueMethodName
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\PreferDictionaryContainsMethods.cs (1)
164IMethodSymbol? containsValueMethod = property.ContainingType.GetMembers(ContainsValueMethodName)
Microsoft.NetCore.Analyzers\Runtime\PreferDictionaryContainsMethods.Fixer.cs (1)
70: PreferDictionaryContainsMethods.ContainsValueMethodName;