11 references to Append
Microsoft.Build (11)
Evaluation\Expander.ItemExpander.cs (3)
555
builder.
Append
(expression, lastStringIndex, currentItem.Index - lastStringIndex);
569
builder.
Append
(expression, lastStringIndex, expression.Length - lastStringIndex);
621
builder.
Append
(entry.Value, 0, truncateIndex);
Evaluation\Expander.ItemExpander.Transforms.cs (4)
559
includeBuilder.
Append
(quotedExpressionFunction, 0, matches.Single.Index);
562
includeBuilder.
Append
(quotedExpressionFunction, curIndex, quotedExpressionFunction.Length - curIndex);
571
includeBuilder.
Append
(quotedExpressionFunction, curIndex, match.Index - curIndex);
576
includeBuilder.
Append
(quotedExpressionFunction, curIndex, quotedExpressionFunction.Length - curIndex);
Evaluation\Expander.MetadataExpander.cs (4)
170
_builder.
Append
(value, 0, separatorStart);
221
_builder.
Append
(input, lastCopied, i - lastCopied);
255
_builder.
Append
(input, i, pos - i);
267
_builder.
Append
(input, lastCopied, endIndex - lastCopied);