5 references to new
Microsoft.AspNetCore.Server.HttpSys (1)
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)
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.Shared.Tests (1)
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.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (1)
131
string externalTypeName =
new
((sbyte*)arg->Utf8String1, 0, arg->StringLen1, Encoding.UTF8);
System.Private.Windows.Core (1)
Windows.Win32.PCSTR.g.cs (1)
68
public override string ToString() => this.Value is null ? null : new
string
((sbyte*)this.Value, 0, this.Length, global::System.Text.Encoding.Default);