6 references to string
Microsoft.AspNetCore.Server.HttpSys (1)
_generated\74\Windows.Win32.PCSTR.g.cs (1)
69
public override string ToString() => this.Value is null ? null : new
string
((sbyte*)this.Value, 0, this.Length, global::System.Text.Encoding.Default);
Microsoft.AspNetCore.Server.IIS (1)
_generated\39\Windows.Win32.PCSTR.g.cs (1)
69
public override string ToString() => this.Value is null ? null : new
string
((sbyte*)this.Value, 0, this.Length, global::System.Text.Encoding.Default);
Microsoft.Private.Windows.Core (1)
_generated\189\Windows.Win32.PCSTR.g.cs (1)
69
public override string ToString() => this.Value is null ? null : new
string
((sbyte*)this.Value, 0, this.Length, global::System.Text.Encoding.Default);
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\SharedPerformanceCounter.cs (1)
686
string counter = new
string
((sbyte*)counterNamesPtr, start, i - start, Encoding.Unicode);
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\CustomMethodMapper.String.cs (1)
80
return new
string
((sbyte*)(IntPtr)(args[0]), (int)(args[1]), (int)(args[2]), (Encoding)(args[3]));
System.Private.Windows.Core (1)
_generated\190\Windows.Win32.PCSTR.g.cs (1)
69
public override string ToString() => this.Value is null ? null : new
string
((sbyte*)this.Value, 0, this.Length, global::System.Text.Encoding.Default);