Base:
15 references to ToString
Microsoft.Build (11)
Evaluation\Expander.cs (10)
233? _builder?.ToString() ?? string.Empty 833return argumentBuilder.ToString(); 1013result = finalResultBuilder.ToString(); 1079result = finalResultBuilder.ToString(); 1585convertedString = builder.ToString(); 1609convertedString = builder.ToString(); 2163expandedItemVector = builder.ToString(); 2375return builder.ToString(); 2952include = includeBuilder.ToString(); 2966include = includeBuilder.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();