3 references to Value
System.Private.Windows.GdiPlus (3)
Windows.Win32.float.InlineArrays.g.cs (3)
34 internal unsafe ref float this[int index] => ref Value[index]; 43 internal unsafe Span<float> AsSpan() => MemoryMarshal.CreateSpan(ref Value[0], SpanLength); 52 internal unsafe readonly ReadOnlySpan<float> AsReadOnlySpan() => MemoryMarshal.CreateReadOnlySpan(ref Unsafe.AsRef(in Value[0]), SpanLength);