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