Implemented interface members:
4 references to ContainsKey
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
520
if (!analyzerTypeNameMap.
ContainsKey
(language))
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\TextDocumentStates.cs (2)
91
=> States.
ContainsKey
(id);
268
if (!map.
ContainsKey
(id))
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
601
return this.
ContainsKey
((TKey)key);