13 references to Append
Microsoft.Build (11)
Evaluation\Expander.ItemExpander.cs (3)
696builder.Append(expression, lastStringIndex, currentItem.Index - lastStringIndex); 710builder.Append(expression, lastStringIndex, expression.Length - lastStringIndex); 762builder.Append(entry.Value, 0, truncateIndex);
Evaluation\Expander.ItemExpander.Transforms.cs (4)
613includeBuilder.Append(text, 0, prefixLength); 620includeBuilder.Append(text, suffixIndex, suffixLength); 652includeBuilder.Append(text, currentIndex, match.Index - currentIndex); 657includeBuilder.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)
67builder.Append(escapedValue, copiedUpTo, index - copiedUpTo); 89builder.Append(escapedValue!, copiedUpTo, escapedValue!.Length - copiedUpTo);