3 references to SetCapacityIfLarger
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
LanguageServer\CSharpTestLspServer.cs (1)
240
values.
SetCapacityIfLarger
(configurationParams.Items.Length);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Completion\Delegation\DesignTimeHelperResponseRewriter.cs (1)
59
filteredItems.
SetCapacityIfLarger
(items.Length);
SemanticTokens\AbstractRazorSemanticTokensInfoService.cs (1)
144
ranges.
SetCapacityIfLarger
(csharpResponse.Length / TokenSize);