1 override of PushScope
System.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
156public override void PushScope() {}
20 references to PushScope
System.Data.Services.Design (1)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
322namespaceManager.PushScope();
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
864this.nsmgr.PushScope(); 909this.nsmgr.PushScope();
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (3)
409if (this.nsmgr != null) this.nsmgr.PushScope(); 510this.nsmgr.PushScope(); 1275this.nsmgr.PushScope();
System.Xml (13)
System\Xml\Core\XmlSubtreeReader.cs (1)
1038nsManager.PushScope();
System\Xml\Core\XmlTextReaderImpl.cs (1)
3974namespaceManager.PushScope();
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
1808namespaceManager.PushScope();
System\Xml\Core\XsdValidatingReader.cs (1)
1622nsManager.PushScope();
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
469nsManager.PushScope();
System\Xml\Dom\DocumentSchemaValidator.cs (2)
300nsManager.PushScope(); 603nsManager.PushScope();
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1520namespaceManager.PushScope();
System\Xml\Dom\XmlLoader.cs (2)
614mgr.PushScope(); 703mgr.PushScope();
System\Xml\Schema\Parser.cs (2)
163namespaceManager.PushScope(); 240annotationNSManager.PushScope();
System\Xml\Schema\XsdValidator.cs (1)
192nsManager.PushScope();
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
166namespaceManager.PushScope();