Implemented interface members:
5 references to ContainsKey
GenerateDocumentationAndConfigFiles (1)
src\RoslynAnalyzers\Microsoft.CodeAnalysis.Analyzers\Core\MetaAnalyzers\ReleaseTrackingHelper.cs (1)
412hasExistingEntry = _builder.ContainsKey(version);
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\ReleaseTrackingHelper.cs (1)
412hasExistingEntry = _builder.ContainsKey(version);
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
120if (!projectIdToSourceGenerationVersion.ContainsKey(projectId))
Workspace\Workspace_SourceGeneration.cs (1)
99if (!result.ContainsKey(projectId))
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
375return this.ContainsKey((TKey)key);