12 implementations of Contains
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
183public bool Contains(KeyValuePair<TKey, TValue> pair)
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2.cs (1)
183public bool Contains(KeyValuePair<TKey, TValue> pair)
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
183public bool Contains(KeyValuePair<TKey, TValue> pair)
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
183public bool Contains(KeyValuePair<TKey, TValue> pair)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
183public bool Contains(KeyValuePair<TKey, TValue> pair)
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
183public bool Contains(KeyValuePair<TKey, TValue> pair)
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
183public bool Contains(KeyValuePair<TKey, TValue> pair)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
183public bool Contains(KeyValuePair<TKey, TValue> pair)
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
183public bool Contains(KeyValuePair<TKey, TValue> pair)
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
183public bool Contains(KeyValuePair<TKey, TValue> pair)
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
406public bool Contains(KeyValuePair<TKey, TValue> pair)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
440public bool Contains(KeyValuePair<TKey, TValue> pair)
1 reference to Contains
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableDictionary.cs (1)
323return map.Contains(new KeyValuePair<TKey, TValue>(key, value));