4 references to SpanLength
Microsoft.AspNetCore.Server.HttpSys (4)
Windows.Win32.char.InlineArrays.g.cs (4)
91 internal readonly int Length => SpanLength; 102 internal unsafe Span<winmdroot.Foundation.CHAR> AsSpan() => MemoryMarshal.CreateSpan(ref _0, SpanLength); 111 internal unsafe readonly ReadOnlySpan<winmdroot.Foundation.CHAR> AsReadOnlySpan() => MemoryMarshal.CreateReadOnlySpan(ref Unsafe.AsRef(in _0), SpanLength); 118 result.AsSpan().Slice(initLength, SpanLength - initLength).Clear();