1 override of SetParentForLoad
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEntityReference.cs (1)
121internal override void SetParentForLoad(XmlNode node)
7 references to SetParentForLoad
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (2)
181newNode.SetParentForLoad(this); 196newNode.SetParentForLoad(this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1749newNode.SetParentForLoad(this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (2)
148newNode.SetParentForLoad(this); 163newNode.SetParentForLoad(this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (2)
660newNode.SetParentForLoad(this); 674newNode.SetParentForLoad(this);