5 references to PCSTR
Microsoft.AspNetCore.Shared.Tests (5)
Windows.Win32.PCSTR.g.cs (1)
38
public static explicit operator PCSTR(byte* value) => new
PCSTR
(value);
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (1)
1149
uint __result = PInvoke.HttpDeclarePush(RequestQueueHandleLocal, RequestId, Verb, PathLocal, new winmdroot.Foundation.
PCSTR
(QueryLocal), Headers.HasValue ? &HeadersLocal : null);
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;