2 references to AsSpan
System.Net.Http (2)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
89
private string DebuggerDisplay =>
AsSpan
().ToString();
System\Net\Http\FormUrlEncodedContent.cs (1)
48
HttpRuleParser.DefaultHttpEncoding.GetBytes(builder.
AsSpan
(), bytes);