19 references to Append
System.Private.Uri (19)
System\PercentEncodingHelper.cs (2)
95dest.Append(input.Slice(totalCharsConsumed - charsToCopy, charsToCopy)); 170dest.Append(input.Slice(totalCharsConsumed - charsToCopy, charsToCopy + bytesLeftInBuffer));
System\Uri.cs (13)
1056result.Append(path); 2771dest.Append(slice); 2788dest.Append(slice); 2794dest.Append(slice); 2844dest.Append(hostSlice); 2919dest.Append(slice); 2931dest.Append(slice); 4189dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4221dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4230copy.Append(dest.AsSpan(start, dest.Length - start)); 4242dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4286copy.Append(dest.AsSpan(start, dest.Length - start)); 4330copy.Append(slice);
System\UriHelper.cs (4)
239dest.Append(stringToEscape); 243dest.Append(stringToEscape.Slice(0, indexOfFirstToEscape)); 314vsb.Append(stringToEscape.Slice(0, charsToCopy)); 366dest.Append(chars);