Implemented interface member:
method
TryGetKey
System.Collections.Immutable.IImmutableDictionary<TKey, TValue>.TryGetKey(TKey, out TKey)
2 references to TryGetKey
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotMatchKeywords.cs (1)
251return s_caseInsensitiveKeywords.TryGetKey(name, out keyword);
Microsoft.NetCore.Analyzers\Performance\UseStartsWithInsteadOfIndexOfComparisonWithZero.Fixer.cs (1)
42var compilationHasStartsWithCharOverload = diagnostic.Properties.TryGetKey(UseStartsWithInsteadOfIndexOfComparisonWithZero.CompilationHasStartsWithCharOverloadKey, out _);