1 override of PopScope
System.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
157public override bool PopScope() { return false; }
27 references to PopScope
System.Data.Services.Design (1)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
395this.namespaceManager.PopScope();
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
872this.nsmgr.PopScope(); 915this.nsmgr.PopScope();
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
447if (this.nsmgr != null) this.nsmgr.PopScope();
System.Xml (22)
System\Xml\Core\XmlSubtreeReader.cs (3)
411nsManager.PopScope(); 497nsManager.PopScope(); 510nsManager.PopScope();
System\Xml\Core\XmlSubtreeReaderAsync.cs (3)
61nsManager.PopScope(); 118nsManager.PopScope(); 131nsManager.PopScope();
System\Xml\Core\XmlTextReaderImpl.cs (2)
2000while ( namespaceManager.PopScope() ); 6976namespaceManager.PopScope();
System\Xml\Core\XsdValidatingReader.cs (2)
1677nsManager.PopScope(); 2007nsManager.PopScope();
System\Xml\Core\XsdValidatingReaderAsync.cs (2)
524nsManager.PopScope(); 734nsManager.PopScope();
System\Xml\Dom\DocumentSchemaValidator.cs (2)
350nsManager.PopScope(); //Pop current namespace scope 637nsManager.PopScope(); //Pop current namespace scope
System\Xml\Dom\XmlLoader.cs (1)
747mgr.PopScope();
System\Xml\Schema\Parser.cs (4)
176namespaceManager.PopScope(); 218namespaceManager.PopScope(); 224namespaceManager.PopScope(); 282annotationNSManager.PopScope();
System\Xml\Schema\XdrValidator.cs (2)
128nsManager.PopScope(); 141nsManager.PopScope();
System\Xml\Schema\XsdValidator.cs (1)
278nsManager.PopScope();
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
266namespaceManager.PopScope();