Base:
3 references to ToString
Microsoft.AspNetCore.Server.HttpSys (3)
Windows.Win32.PCSTR.g.cs (1)
77
private string DebuggerDisplay => this.
ToString
();
Windows.Win32.PSTR.g.cs (2)
46
/// <inheritdoc cref="PCSTR.
ToString
()"/>
47
public override string ToString() => new PCSTR(this.Value).
ToString
();