11 references to Append
Microsoft.Build (11)
Evaluation\Expander.ItemExpander.cs (3)
555builder.Append(expression, lastStringIndex, currentItem.Index - lastStringIndex); 569builder.Append(expression, lastStringIndex, expression.Length - lastStringIndex); 621builder.Append(entry.Value, 0, truncateIndex);
Evaluation\Expander.ItemExpander.Transforms.cs (4)
559includeBuilder.Append(quotedExpressionFunction, 0, matches.Single.Index); 562includeBuilder.Append(quotedExpressionFunction, curIndex, quotedExpressionFunction.Length - curIndex); 571includeBuilder.Append(quotedExpressionFunction, curIndex, match.Index - curIndex); 576includeBuilder.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);