5 references to Append
Microsoft.Build (5)
Evaluation\Expander.cs (5)
208_builder.Append(FileUtilities.MaybeAdjustFilePath(span)); 863argumentBuilder.Append(argumentsMemory.Slice(argumentStartIndex.Value, argumentEndIndex - argumentStartIndex.Value)); 888argumentBuilder.Append(argumentsMemory.Slice(nestedPropertyStart, (n - nestedPropertyStart) + 1)); 903argumentBuilder.Append(argumentsMemory.Slice(quoteStart, (n - quoteStart) + 1)); 3655stringBuilder.Append(list[i]);