3 references to ContainsValue
Microsoft.CodeAnalysis.InteractiveHost (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
193=> _dictionary.ContainsValue(value);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
156=> ReadOnlyDictionary.ContainsValue(value);
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1564=> _dictionary.ContainsValue(item);