121 references to _pool
Microsoft.CodeAnalysis.CSharp (121)
Parser\LanguageParser.cs (117)
184var body = new NamespaceBodyBuilder(_pool); 196_pool.Free(initialBadNodes); 203body.Free(_pool); 284var body = new NamespaceBodyBuilder(_pool); 326body.Free(_pool); 391initialBadNodes = _pool.Allocate(); 433var finalMembers = _pool.Allocate<MemberDeclarationSyntax>(); 469_pool.Free(body.Members); 502var finalTypeDeclarationMembers = _pool.Allocate<MemberDeclarationSyntax>(); 529var newMembers = _pool.ToListAndFree(finalTypeDeclarationMembers); 577var pendingIncompleteMembers = _pool.Allocate<MemberDeclarationSyntax>(); 592var attributeLists = _pool.Allocate<AttributeListSyntax>(); 593var modifiers = _pool.Allocate(); 597_pool.Free(attributeLists); 598_pool.Free(modifiers); 765_pool.Free(pendingIncompleteMembers); 1086var attributes = _pool.Allocate<AttributeListSyntax>(); 1098return _pool.ToListAndFree(attributes); 1770constraints = _pool.Allocate<TypeParameterConstraintClauseSyntax>(); 1799members = _pool.Allocate<MemberDeclarationSyntax>(); 1857_pool.Free(members); 1862_pool.Free(constraints); 2021var tokens = _pool.Allocate(); 2075_pool.ToTokenListAndFree(tokens).Node); 2098var list = _pool.AllocateSeparated<BaseTypeSyntax>(); 2147return _syntaxFactory.BaseList(colon, _pool.ToListAndFree(list)); 2183var bounds = _pool.AllocateSeparated<TypeParameterConstraintSyntax>(); 2240_pool.ToListAndFree(bounds)); 2321var bounds = _pool.AllocateSeparated<AllowsConstraintSyntax>(); 2339return _syntaxFactory.AllowsConstraintClause(allows, _pool.ToListAndFree(bounds)); 2534var modifiers = _pool.Allocate(); 2844_pool.Free(modifiers); 3097var modifiers = _pool.Allocate(); 3237_pool.Free(modifiers); 3532constraints = _pool.Allocate<TypeParameterConstraintClauseSyntax>(); 3571_pool.ToListAndFree(constraints), 4172var builder = _pool.Allocate<AccessorDeclarationSyntax>(); 4192accessors = _pool.ToListAndFree(builder); 4392var nodes = _pool.Allocate(); 4408trailingTrivia = _pool.ToTokenListAndFree(nodes).Node; 4418var nodes = _pool.Allocate(); 4434trailingTrivia = _pool.ToTokenListAndFree(nodes).Node; 4447var accMods = _pool.Allocate(); 4530_pool.ToTokenListAndFree(accMods), 4752var modifiers = _pool.Allocate(); 4790_pool.ToTokenListAndFree(modifiers), 5058var variables = _pool.AllocateSeparated<VariableDeclaratorSyntax>(); 5078return _pool.ToListAndFree(variables); 5448var args = _pool.AllocateSeparated<ArgumentSyntax>(); 5468argumentList = _syntaxFactory.BracketedArgumentList(open, _pool.ToListAndFree(args), close); 5579constraints = _pool.Allocate<TypeParameterConstraintClauseSyntax>(); 5593_pool.ToListAndFree(constraints), 5618var tmpList = _pool.AllocateSeparated<BaseTypeSyntax>(); 5622_pool.ToListAndFree(tmpList)); 5950var types = _pool.AllocateSeparated<TypeSyntax>(); 5956_pool.ToListAndFree(types), 7231var ignoredModifiers = _pool.Allocate<SyntaxToken>(); 7254_pool.Free(ignoredModifiers); 7408var ranks = _pool.Allocate<ArrayRankSpecifierSyntax>(); 7415type = _syntaxFactory.ArrayType(type, _pool.ToListAndFree(ranks)); 7614var list = _pool.AllocateSeparated<ExpressionSyntax>(); 7669_pool.ToListAndFree(list), 7676var list = _pool.AllocateSeparated<TupleElementSyntax>(); 7703_pool.ToListAndFree(list), 7769var missingTypes = _pool.AllocateSeparated<FunctionPointerParameterSyntax>(); 7781_pool.ToListAndFree(missingTypes), 7788var types = _pool.AllocateSeparated<FunctionPointerParameterSyntax>(); 7794var modifiers = _pool.Allocate<SyntaxToken>(); 7800_pool.ToTokenListAndFree(modifiers), 7818_pool.ToListAndFree(types), 7873var callingConventionModifiers = _pool.AllocateSeparated<FunctionPointerUnmanagedCallingConventionSyntax>(); 7896_pool.ToListAndFree(callingConventionModifiers), closeBracket); 8755var statements = _pool.Allocate<StatementSyntax>(); 8767_pool.Free(statements); 8786var statements = _pool.Allocate<StatementSyntax>(); 8792_pool.ToListAndFree(statements), 9036catchClauses = _pool.Allocate<CatchClauseSyntax>(); 9065_pool.ToListAndFree(catchClauses), 9344var skippedTokens = _pool.Allocate(); 9350return AddLeadingSkippedSyntax(result, _pool.ToTokenListAndFree(skippedTokens).Node); 9789var sections = _pool.Allocate<SwitchSectionSyntax>(); 9801_pool.ToListAndFree(sections), 9865var labels = _pool.Allocate<SwitchLabelSyntax>(); 9866var statements = _pool.Allocate<StatementSyntax>(); 9928_pool.ToListAndFree(labels), 9929_pool.ToListAndFree(statements)); 10127var mods = _pool.Allocate(); 10130var variables = _pool.AllocateSeparated<VariableDeclaratorSyntax>(); 10202_pool.Free(variables); 10203_pool.Free(mods); 10273var listOfDesignations = _pool.AllocateSeparated<VariableDesignationSyntax>(); 10304_pool.ToListAndFree(listOfDesignations), 10347var variables = _pool.AllocateSeparated<VariableDeclaratorSyntax>(); 10363_pool.ToListAndFree(variables)); 10597badBuilder = _pool.Allocate(); 10607_pool.Free(badBuilder); 10629constraints = _pool.Allocate<TypeParameterConstraintClauseSyntax>(); 12123var list = _pool.AllocateSeparated<ArgumentSyntax>(); 12125arguments = _pool.ToListAndFree(list); 12369SyntaxListBuilder modifiers = _pool.Allocate(); 12371_pool.Free(modifiers); 12471var list = _pool.AllocateSeparated<ArgumentSyntax>(); 12499_pool.ToListAndFree(list), 13174var commas = _pool.Allocate(); 13204_pool.ToTokenListAndFree(commas), 13349var modifiers = _pool.Allocate(); 13369return _pool.ToTokenListAndFree(modifiers); 13540SyntaxListBuilder modifiers = _pool.Allocate(); 13557_pool.ToTokenListAndFree(modifiers), 13726var clauses = _pool.Allocate<QueryClauseSyntax>(); 13765_pool.ToListAndFree(clauses), 13848var list = _pool.AllocateSeparated<OrderingSyntax>(); 13873_pool.ToListAndFree(list)); 14054var nodes = _pool.AllocateSeparated<TNode>(); 14117return _pool.ToListAndFree(nodes); 14217SyntaxListBuilder<SyntaxToken> b = _pool.Allocate<SyntaxToken>(); 14224_pool.Free(b);
Parser\LanguageParser_InterpolatedString.cs (2)
97var builder = _pool.Allocate<InterpolatedStringContentSyntax>(); 129_pool.Free(builder);
Parser\LanguageParser_Patterns.cs (2)
582var arms = _pool.AllocateSeparated<SwitchExpressionArmSyntax>(); 631return _pool.ToListAndFree(arms);