1 write to array
Microsoft.Maui.Controls.BindingSourceGen (1)
EquatableArray.cs (1)
17
this.
array
= Unsafe.As<ImmutableArray<T>, T[]?>(ref array);
3 references to array
Microsoft.Maui.Controls.BindingSourceGen (3)
EquatableArray.cs (3)
32
get =>
array
?.Length ?? 0;
47
if (this.
array
is not T[] array)
65
return Unsafe.As<T[]?, ImmutableArray<T>>(ref Unsafe.AsRef(in this.
array
));