Esempio n. 1
0
 public AstBuilderState AllocateAstBuilderState()
 {
     return(astBuilderStatePool.Allocate());
 }
Esempio n. 2
0
 public AstBuilderState AllocateAstBuilderState() => astBuilderStatePool.Allocate();