Implemented interface member:
method
TryGetKey
System.Collections.Immutable.IImmutableDictionary<TKey, TValue>.TryGetKey(TKey, out TKey)
1 reference to TryGetKey
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotMatchKeywords.cs (1)
251
return s_caseInsensitiveKeywords.
TryGetKey
(name, out keyword);