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