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