Base:
13 references to ToString
Microsoft.Build (10)
Evaluation\Expander.cs (1)
591return argumentBuilder.ToString();
Evaluation\Expander.ItemExpander.cs (2)
367expandedItemVector = builder.ToString(); 571return builder.ToString();
Evaluation\Expander.ItemExpander.Transforms.cs (2)
563include = includeBuilder.ToString(); 577include = includeBuilder.ToString();
Evaluation\Expander.MetadataExpander.cs (1)
126: _builder.ToString();
Evaluation\Expander.PropertyExpander.cs (2)
411convertedString = builder.ToString(); 435convertedString = builder.ToString();
Evaluation\Expander.SpanBasedConcatenator.cs (1)
101? _builder?.ToString() ?? string.Empty
src\msbuild\src\Shared\PropertyParser.cs (1)
182string propertyValue = stringBuilder.ToString();
Microsoft.Build.Tasks.Core (1)
src\msbuild\src\Shared\PropertyParser.cs (1)
182string propertyValue = stringBuilder.ToString();
Microsoft.Extensions.Logging.MSBuild (1)
MSBuildLogger.cs (1)
108message.message = builder.ToString();
Microsoft.NET.StringTools (1)
SpanBasedStringBuilder.cs (1)
15/// The <see cref="ToString"/> method tries to intern the resulting string without even allocating it if it's already interned.