4 references to PCWSTR
Microsoft.VisualStudio.Extensibility.Testing.Xunit (4)
Windows.Win32.PCWSTR.g.cs (1)
37 public static implicit operator PCWSTR(char* value) => new PCWSTR(value);
Windows.Win32.PWSTR.g.cs (3)
46 public override string ToString() => new PCWSTR(this.Value).ToString(); 48 public static implicit operator PCWSTR(PWSTR value) => new PCWSTR(value.Value); 52 internal int Length => new PCWSTR(this.Value).Length;