Implemented interface members:
11 references to ContainsKey
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
523if (!analyzerTypeNameMap.ContainsKey(language))
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\RemoteWorkspace.SolutionCreator.cs (2)
123Debug.Assert(projectCone.ProjectIds.All(id => newVersions.Map.ContainsKey(id))); 128Debug.Assert(solution.ProjectIds.All(id => newVersions.Map.ContainsKey(id)));
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\TextDocumentStates.cs (2)
92=> States.ContainsKey(id); 268if (!map.ContainsKey(id))
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionWithSourceGeneratorTests.cs (1)
1515Assert.True(initialExecutionMap.ContainsKey(projectId1));
Roslyn.VisualStudio.Next.UnitTests (4)
Services\ServiceHubServicesTests.cs (4)
1553Assert.True(initialExecutionMap.ContainsKey(projectId1)); 1554Assert.True(initialExecutionMap.ContainsKey(noCompilationProject.Id)); 1563Assert.True(finalExecutionMap.ContainsKey(projectId1)); 1564Assert.True(finalExecutionMap.ContainsKey(noCompilationProject.Id));
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
601return this.ContainsKey((TKey)key);