Implemented interface members:
method
Contains
System.Collections.Immutable.IImmutableSet<T>.Contains(T)
11 references to Contains
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (1)
CompilationContext.vb (1)
1260
If Not inScopeHoistedLocalSlots.
Contains
(hoistedLocalSlotIndex) Then
System.Collections.Immutable (10)
System\Collections\Immutable\ImmutableSortedSet_1.cs (10)
229
if (this.
Contains
(item))
270
if (!otherAsSet.
Contains
(item))
278
if (!this.
Contains
(item))
387
if (!this.
Contains
(item))
430
if (this.
Contains
(item))
466
if (!this.
Contains
(item))
501
if (this.
Contains
(item))
521
if (!this.
Contains
(item))
546
if (this.
Contains
(item))
867
return this.
Contains
((T)value!);