4 references to Append
Microsoft.Build (4)
Evaluation\Expander.cs (4)
202_builder.Append(FileUtilities.MaybeAdjustFilePath(span)); 845argumentBuilder.Append(argumentsMemory.Slice(argumentStartIndex.Value, argumentEndIndex - argumentStartIndex.Value)); 869argumentBuilder.Append(argumentsMemory.Slice(nestedPropertyStart, (n - nestedPropertyStart) + 1)); 884argumentBuilder.Append(argumentsMemory.Slice(quoteStart, (n - quoteStart) + 1));