3 references to Length
System.Private.Windows.Core (3)
Windows.Win32.PCWSTR.g.cs (1)
74 internal ReadOnlySpan<char> AsSpan() => this.Value is null ? default(ReadOnlySpan<char>) : new ReadOnlySpan<char>(this.Value, this.Length);
Windows.Win32.PWSTR.g.cs (2)
56 /// <inheritdoc cref="PCWSTR.Length"/> 57 internal int Length => new PCWSTR(this.Value).Length;