Implemented interface members:
method
Contains
System.Collections.Immutable.IImmutableDictionary<TKey, TValue>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue>)
2 references to Contains
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2.cs (2)
149
if (self.
Contains
(new KeyValuePair<TKey, TValue>(key, value)))
222
if (self.
Contains
(new KeyValuePair<TKey, TValue>(key, value)))