3 references to SetCapacityIfLarger
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CSharpIdentifier.cs (2)
54builder.SetCapacityIfLarger(builder.Length + inputName.Length + 1); 59builder.SetCapacityIfLarger(builder.Length + inputName.Length);
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\CSharpOnTypeFormattingPass.cs (1)
422builder.SetCapacityIfLarger((newLine.Length * count) + text.Length);