4 references to AppendSpan
System.Private.Uri (4)
System\DomainNameHelper.cs (1)
276
int charsWritten = label.ToLowerInvariant(dest.
AppendSpan
(label.Length));
System\Uri.cs (1)
2899
bool success = _info.Offset.PortValue.TryFormat(dest.
AppendSpan
(MaxUshortLength), out int charsWritten);
System\UriBuilder.cs (1)
362
bool success = _port.TryFormat(vsb.
AppendSpan
(MaxUshortLength), out int charsWritten);
System\UriHelper.cs (1)
512
HexConverter.ToCharsBuffer(b, to.
AppendSpan
(2), 0, HexConverter.Casing.Upper);