2 references to PWSTR
Microsoft.AspNetCore.Server.HttpSys (2)
Windows.Win32.PWSTR.g.cs (2)
31
internal PWSTR(IntPtr value):
this
(unchecked((char*)value))
37
public static implicit operator PWSTR(char* value) => new
PWSTR
(value);