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