19 references to Append
System.Private.Uri (19)
System\PercentEncodingHelper.cs (2)
95
dest.
Append
(input.Slice(totalCharsConsumed - charsToCopy, charsToCopy));
170
dest.
Append
(input.Slice(totalCharsConsumed - charsToCopy, charsToCopy + bytesLeftInBuffer));
System\Uri.cs (13)
1075
result.
Append
(path);
2790
dest.
Append
(slice);
2807
dest.
Append
(slice);
2813
dest.
Append
(slice);
2863
dest.
Append
(hostSlice);
2938
dest.
Append
(slice);
2950
dest.
Append
(slice);
4223
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4255
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4264
copy.
Append
(dest.AsSpan(start, dest.Length - start));
4276
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4320
copy.
Append
(dest.AsSpan(start, dest.Length - start));
4364
copy.
Append
(slice);
System\UriHelper.cs (4)
239
dest.
Append
(stringToEscape);
243
dest.
Append
(stringToEscape.Slice(0, indexOfFirstToEscape));
314
vsb.
Append
(stringToEscape.Slice(0, charsToCopy));
366
dest.
Append
(chars);