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