2 instantiations of GroupContent
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
109GroupContent g = new GroupContent(); 417_GroupDef = new GroupContent();
8 references to GroupContent
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (8)
100internal static void Copy(GroupContent from, GroupContent to) 107internal static GroupContent Copy(GroupContent other) 109GroupContent g = new GroupContent(); 379private GroupContent _GroupDef; 628_GroupStack[_GroupStack.Length - 1] = GroupContent.Copy(_GroupDef); 633_GroupDef = (GroupContent)_GroupStack.Pop();