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)
1076
result.
Append
(path);
2836
dest.
Append
(slice);
2853
dest.
Append
(slice);
2859
dest.
Append
(slice);
2909
dest.
Append
(hostSlice);
2984
dest.
Append
(slice);
2996
dest.
Append
(slice);
4322
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4360
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4369
copy.
Append
(dest.AsSpan(start, dest.Length - start));
4381
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4429
copy.
Append
(dest.AsSpan(start, dest.Length - start));
4473
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);