3 references to Length
Microsoft.VisualStudio.Extensibility.Testing.Xunit (3)
Windows.Win32.PCWSTR.g.cs (1)
73 internal ReadOnlySpan<char> AsSpan() => this.Value is null ? default(ReadOnlySpan<char>) : new ReadOnlySpan<char>(this.Value, this.Length);
Windows.Win32.PWSTR.g.cs (2)
51/// <inheritdoc cref="PCWSTR.Length"/> 52 internal int Length => new PCWSTR(this.Value).Length;