4 references to SpanLength
System.Private.Windows.GdiPlus (4)
Windows.Win32.float.InlineArrays.g.cs (4)
25 internal readonly int Length => SpanLength; 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); 61 result.AsSpan().Slice(initLength, SpanLength - initLength).Clear();