5 references to Append
Microsoft.Build (5)
Evaluation\Expander.cs (5)
203_builder.Append(FileUtilities.MaybeAdjustFilePath(span)); 858argumentBuilder.Append(argumentsMemory.Slice(argumentStartIndex.Value, argumentEndIndex - argumentStartIndex.Value)); 883argumentBuilder.Append(argumentsMemory.Slice(nestedPropertyStart, (n - nestedPropertyStart) + 1)); 898argumentBuilder.Append(argumentsMemory.Slice(quoteStart, (n - quoteStart) + 1)); 3636stringBuilder.Append(list[i]);