1 write to _GroupStack
System.Private.Xml (1)
System\Xml\Schema\XdrBuilder.cs (1)
413
_GroupStack
= new HWStack(StackIncrement);
4 references to _GroupStack
System.Private.Xml (4)
System\Xml\Schema\XdrBuilder.cs (4)
616
_GroupStack
.Push();
617
_GroupStack
[
_GroupStack
.Length - 1] = GroupContent.Copy(_GroupDef);
622
_GroupDef = (GroupContent)
_GroupStack
.Pop()!;