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