2 references to STACK_INCREMENT
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
627
private HWStack stateHistory = new HWStack(
STACK_INCREMENT
);
689
this.stateHistory = new HWStack(
STACK_INCREMENT
);