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