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