2 instantiations of GroupContent
System.Private.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
107
GroupContent g = new
GroupContent
();
414
_GroupDef = new
GroupContent
();
8 references to GroupContent
System.Private.Xml (8)
System\Xml\Schema\XdrBuilder.cs (8)
98
internal static void Copy(
GroupContent
from,
GroupContent
to)
105
internal static
GroupContent
Copy(
GroupContent
other)
107
GroupContent
g = new GroupContent();
377
private
GroupContent
_GroupDef;
617
_GroupStack[_GroupStack.Length - 1] =
GroupContent
.Copy(_GroupDef);
622
_GroupDef = (
GroupContent
)_GroupStack.Pop()!;