11 references to Push
System.Private.Xml (11)
System\Xml\Schema\DtdValidator.cs (1)
502context = (ValidationState)_validationStack.Push();
System\Xml\Schema\XdrBuilder.cs (2)
601_StateHistory.Push(); 616_GroupStack.Push();
System\Xml\Schema\XdrValidator.cs (1)
653context = (ValidationState)_validationStack.Push();
System\Xml\Schema\XmlSchemaValidator.cs (1)
1524_context = (ValidationState)_validationStack.Push();
System\Xml\Schema\XsdBuilder.cs (1)
814_stateHistory.Push();
System\Xml\Schema\XsdValidator.cs (1)
776context = (ValidationState)_validationStack.Push();
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (2)
57OutputScope rootElementScope = (OutputScope)_elementScopesStack.Push(); 84OutputScope elementScope = (OutputScope)_elementScopesStack.Push();
System\Xml\Xsl\XsltOld\Processor.cs (2)
471ActionFrame frame = (ActionFrame)_actionStack.Push(); 1059DebuggerFrame dbgFrame = (DebuggerFrame)_debuggerStack!.Push();