2 references to AsSpan
System.Private.Uri (2)
System\Uri.cs (1)
2922
return dest.
AsSpan
(offset);
System\UriHelper.cs (1)
329
vsb.
AsSpan
(destPosition).TryCopyTo(dest.AsSpan(destPosition));