1 implementation of Array
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableArray_1.Minimal.cs (1)
204Array? IImmutableArray.Array
4 references to Array
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableArray.cs (1)
150Array? array = immutableArray.Array;
System\Collections\Immutable\ImmutableArray_1.cs (2)
1392otherArray = theirs.Array; 1442otherArray = theirs.Array;
System\Collections\Immutable\ImmutableArray_1.Minimal.cs (1)
309return obj is IImmutableArray other && this.array == other.Array;