4 references to PCSTR
Microsoft.AspNetCore.Server.IIS (4)
Windows.Win32.PCSTR.g.cs (1)
38
public static explicit operator PCSTR(byte* value) => new
PCSTR
(value);
Windows.Win32.PSTR.g.cs (3)
47
public override string ToString() => new
PCSTR
(this.Value).ToString();
49
public static implicit operator PCSTR(PSTR value) => new
PCSTR
(value.Value);
53
internal int Length => new
PCSTR
(this.Value).Length;