Base:
3 references to ToString
Microsoft.VisualStudio.Extensibility.Testing.Xunit (3)
Windows.Win32.PCWSTR.g.cs (1)
76
private string DebuggerDisplay => this.
ToString
();
Windows.Win32.PWSTR.g.cs (2)
45
/// <inheritdoc cref="PCWSTR.
ToString
()"/>
46
public override string ToString() => new PCWSTR(this.Value).
ToString
();