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)
1072
result.
Append
(path);
2787
dest.
Append
(slice);
2804
dest.
Append
(slice);
2810
dest.
Append
(slice);
2860
dest.
Append
(hostSlice);
2935
dest.
Append
(slice);
2947
dest.
Append
(slice);
4255
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4287
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4296
copy.
Append
(dest.AsSpan(start, dest.Length - start));
4308
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4350
copy.
Append
(dest.AsSpan(start, dest.Length - start));
4394
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);