11 references to Push
System.Private.Xml (11)
System\Xml\Schema\DtdValidator.cs (1)
502
context = (ValidationState)_validationStack.
Push
();
System\Xml\Schema\XdrBuilder.cs (2)
601
_StateHistory.
Push
();
616
_GroupStack.
Push
();
System\Xml\Schema\XdrValidator.cs (1)
653
context = (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)
776
context = (ValidationState)_validationStack.
Push
();
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (2)
57
OutputScope rootElementScope = (OutputScope)_elementScopesStack.
Push
();
84
OutputScope elementScope = (OutputScope)_elementScopesStack.
Push
();
System\Xml\Xsl\XsltOld\Processor.cs (2)
471
ActionFrame frame = (ActionFrame)_actionStack.
Push
();
1059
DebuggerFrame dbgFrame = (DebuggerFrame)_debuggerStack!.
Push
();