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)
1075result.Append(path); 2790dest.Append(slice); 2807dest.Append(slice); 2813dest.Append(slice); 2863dest.Append(hostSlice); 2938dest.Append(slice); 2950dest.Append(slice); 4223dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4255dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4264copy.Append(dest.AsSpan(start, dest.Length - start)); 4276dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4320copy.Append(dest.AsSpan(start, dest.Length - start)); 4364copy.Append(slice);
System\UriHelper.cs (4)
239dest.Append(stringToEscape); 243dest.Append(stringToEscape.Slice(0, indexOfFirstToEscape)); 314vsb.Append(stringToEscape.Slice(0, charsToCopy)); 366dest.Append(chars);