Base:
16 references to ToString
Microsoft.Build (11)
Evaluation\Expander.cs (10)
228? _builder?.ToString() ?? string.Empty 828return argumentBuilder.ToString(); 1008result = finalResultBuilder.ToString(); 1074result = finalResultBuilder.ToString(); 1580convertedString = builder.ToString(); 1604convertedString = builder.ToString(); 2154expandedItemVector = builder.ToString(); 2366return builder.ToString(); 2935include = includeBuilder.ToString(); 2949include = includeBuilder.ToString();
PropertyParser.cs (1)
182string propertyValue = stringBuilder.ToString();
Microsoft.Build.Tasks.Core (1)
PropertyParser.cs (1)
182string propertyValue = stringBuilder.ToString();
Microsoft.Extensions.Logging.MSBuild (1)
MSBuildLogger.cs (1)
109message.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.
StringTools.Benchmark (2)
SpanBasedStringBuilder_Benchmark.cs (2)
46sbsb.ToString(); 71sbsb.ToString();