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)
1072result.Append(path); 2787dest.Append(slice); 2804dest.Append(slice); 2810dest.Append(slice); 2860dest.Append(hostSlice); 2935dest.Append(slice); 2947dest.Append(slice); 4255dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4287dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4296copy.Append(dest.AsSpan(start, dest.Length - start)); 4308dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4350copy.Append(dest.AsSpan(start, dest.Length - start)); 4394copy.Append(slice);
System\UriHelper.cs (4)
239dest.Append(stringToEscape); 243dest.Append(stringToEscape.Slice(0, indexOfFirstToEscape)); 314vsb.Append(stringToEscape.Slice(0, charsToCopy)); 366dest.Append(chars);