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)
251
return s_caseInsensitiveKeywords.
TryGetKey
(name, out keyword);
Microsoft.NetCore.Analyzers\Performance\UseStartsWithInsteadOfIndexOfComparisonWithZero.Fixer.cs (1)
42
var compilationHasStartsWithCharOverload = diagnostic.Properties.
TryGetKey
(UseStartsWithInsteadOfIndexOfComparisonWithZero.CompilationHasStartsWithCharOverloadKey, out _);