20 references to Allocate
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxListPool.cs (2)
48
return new SyntaxListBuilder<TNode>(this.
Allocate
());
53
return new SeparatedSyntaxListBuilder<TNode>(this.
Allocate
());
Microsoft.CodeAnalysis.CSharp (18)
Parser\DocumentationCommentParser.cs (2)
105
var textTokens = _pool.
Allocate
();
189
var textTokens = _pool.
Allocate
();
Parser\LanguageParser.cs (16)
391
initialBadNodes = _pool.
Allocate
();
593
var modifiers = _pool.
Allocate
();
2078
var tokens = _pool.
Allocate
();
2605
var modifiers = _pool.
Allocate
();
3242
var modifiers = _pool.
Allocate
();
4604
var nodes = _pool.
Allocate
();
4630
var nodes = _pool.
Allocate
();
4659
var accMods = _pool.
Allocate
();
4965
var modifiers = _pool.
Allocate
();
9709
var skippedTokens = _pool.
Allocate
();
10525
var mods = _pool.
Allocate
();
10992
badBuilder = _pool.
Allocate
();
12787
SyntaxListBuilder modifiers = _pool.
Allocate
();
13626
var commas = _pool.
Allocate
();
13790
var modifiers = _pool.
Allocate
();
13972
SyntaxListBuilder modifiers = _pool.
Allocate
();