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