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