1 reference to Length
Microsoft.AspNetCore.Server.HttpSys (1)
Windows.Win32.PWSTR.g.cs (1)
59
internal Span<char> AsSpan() => this.Value is null ? default(Span<char>) : new Span<char>(this.Value, this.
Length
);