1 override of PopScope
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
154public override bool PopScope() { return false; }
26 references to PopScope
System.Private.Xml (25)
System\Xml\Core\XmlSubtreeReader.cs (3)
508_nsManager.PopScope(); 611_nsManager.PopScope(); 624_nsManager.PopScope();
System\Xml\Core\XmlSubtreeReaderAsync.cs (3)
71_nsManager.PopScope(); 137_nsManager.PopScope(); 150_nsManager.PopScope();
System\Xml\Core\XmlTextReaderImpl.cs (2)
2138while (_namespaceManager.PopScope()) ; 7732_namespaceManager.PopScope();
System\Xml\Core\XsdValidatingReader.cs (2)
2149_nsManager.PopScope(); 2553_nsManager.PopScope();
System\Xml\Core\XsdValidatingReaderAsync.cs (2)
647_nsManager.PopScope(); 891_nsManager.PopScope();
System\Xml\Dom\DocumentSchemaValidator.cs (2)
382_nsManager.PopScope(); //Pop current namespace scope 713_nsManager.PopScope(); //Pop current namespace scope
System\Xml\Dom\XmlLoader.cs (1)
859mgr.PopScope();
System\Xml\Schema\Parser.cs (4)
197_namespaceManager.PopScope(); 250_namespaceManager!.PopScope(); 258_namespaceManager!.PopScope(); 319_annotationNSManager!.PopScope();
System\Xml\Schema\XdrValidator.cs (2)
152_nsManager.PopScope(); 169_nsManager.PopScope();
System\Xml\Schema\XsdValidator.cs (1)
327_nsManager.PopScope();
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
961_nsmgr.PopScope(); 1006_nsmgr.PopScope();
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
488_nsmgr?.PopScope();
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
319namespaceManager!.PopScope();