2 references to PWSTR
Microsoft.AspNetCore.Server.HttpSys (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\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);