1 reference to Length
System.Private.Windows.Core (1)
Windows.Win32.PSTR.g.cs (1)
63 internal Span<byte> AsSpan() => this.Value is null ? default(Span<byte>) : new Span<byte>(this.Value, this.Length);