2 references to ContainsKey
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
445
return this.Root.
ContainsKey
(key, _keyComparer);
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
434
return _root.
ContainsKey
(key, _keyComparer);