Base:
12 references to ToString
Microsoft.Build (8)
Evaluation\Expander.cs (7)
221? _builder?.ToString() ?? string.Empty 786string argValue = argumentBuilder.ToString(); 1016result = finalResultBuilder.ToString(); 1497convertedString = builder.ToString(); 1521convertedString = builder.ToString(); 1921expandedItemVector = builder.ToString(); 2125return builder.ToString();
PropertyParser.cs (1)
182string propertyValue = stringBuilder.ToString();
Microsoft.Build.Tasks.Core (1)
PropertyParser.cs (1)
182string propertyValue = stringBuilder.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();