4 references to Append
Microsoft.Build (4)
Evaluation\Expander.cs (3)
596argumentBuilder.Append(argumentsMemory.Slice(argumentStartIndex.Value, argumentEndIndex - argumentStartIndex.Value)); 621argumentBuilder.Append(argumentsMemory.Slice(nestedPropertyStart, (n - nestedPropertyStart) + 1)); 636argumentBuilder.Append(argumentsMemory.Slice(quoteStart, (n - quoteStart) + 1));
Evaluation\Expander.SpanBasedConcatenator.cs (1)
76_builder.Append(FileUtilities.MaybeAdjustFilePath(span));