Implemented interface members:
3 references to ContainsKey
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
97
if (!projectIdToSourceGenerationVersion.
ContainsKey
(projectId))
Workspace\Workspace_SourceGeneration.cs (1)
98
if (!result.
ContainsKey
(projectId))
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
375
return this.
ContainsKey
((TKey)key);