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