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)
1056
result.
Append
(path);
2771
dest.
Append
(slice);
2788
dest.
Append
(slice);
2794
dest.
Append
(slice);
2844
dest.
Append
(hostSlice);
2919
dest.
Append
(slice);
2931
dest.
Append
(slice);
4189
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4221
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4230
copy.
Append
(dest.AsSpan(start, dest.Length - start));
4242
dest.
Append
(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
4286
copy.
Append
(dest.AsSpan(start, dest.Length - start));
4330
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);