13 references to Append
Microsoft.Build (11)
Evaluation\Expander.ItemExpander.cs (3)
696
builder.
Append
(expression, lastStringIndex, currentItem.Index - lastStringIndex);
710
builder.
Append
(expression, lastStringIndex, expression.Length - lastStringIndex);
762
builder.
Append
(entry.Value, 0, truncateIndex);
Evaluation\Expander.ItemExpander.Transforms.cs (4)
613
includeBuilder.
Append
(text, 0, prefixLength);
620
includeBuilder.
Append
(text, suffixIndex, suffixLength);
652
includeBuilder.
Append
(text, currentIndex, match.Index - currentIndex);
657
includeBuilder.
Append
(text, currentIndex, text.Length - currentIndex);
Evaluation\Expander.MetadataExpander.cs (4)
149
_builder.
Append
(value, 0, separatorStart);
199
_builder.
Append
(input, lastCopied, i - lastCopied);
234
_builder.
Append
(input, i, pos - i);
246
_builder.
Append
(input, lastCopied, endIndex - lastCopied);
Microsoft.Build.Framework (2)
BuiltInMetadataExpander.cs (2)
67
builder.
Append
(escapedValue, copiedUpTo, index - copiedUpTo);
89
builder.
Append
(escapedValue!, copiedUpTo, escapedValue!.Length - copiedUpTo);