2 instantiations of GroupContent
System.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
101GroupContent g = new GroupContent(); 402_GroupDef = new GroupContent();
8 references to GroupContent
System.Xml (8)
System\Xml\Schema\XdrBuilder.cs (8)
94internal static void Copy(GroupContent from, GroupContent to) { 100internal static GroupContent Copy(GroupContent other) { 101GroupContent g = new GroupContent(); 365private GroupContent _GroupDef; 573_GroupStack[_GroupStack.Length - 1] = GroupContent.Copy(_GroupDef); 577_GroupDef = (GroupContent)_GroupStack.Pop();