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