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