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