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