15 references to Peek
System.Private.Xml (15)
System\Xml\Schema\DtdValidator.cs (1)
520
context = (ValidationState?)_validationStack.
Peek
();
System\Xml\Schema\XdrValidator.cs (1)
672
context = (ValidationState?)_validationStack.
Peek
();
System\Xml\Schema\XmlSchemaValidator.cs (1)
1555
_context = (ValidationState)_validationStack.
Peek
()!;
System\Xml\Schema\XsdValidator.cs (1)
803
context = (ValidationState?)_validationStack.
Peek
();
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
155
Debug.Assert(proc.ActionStack.
Peek
() == this, "the trick we are doing with proc.Current will work only if this is topmost frame");
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (2)
30
Debug.Assert(_elementScopesStack.
Peek
() != null); // We adding rootElementScope to garantee this
31
return (OutputScope)_elementScopesStack.
Peek
()!;
System\Xml\Xsl\XsltOld\Processor.cs (8)
117
ActionFrame? frame = (ActionFrame?)_actionStack.
Peek
();
441
ActionFrame? frame = (ActionFrame?)_actionStack.
Peek
();
470
ActionFrame? prent = (ActionFrame?)_actionStack.
Peek
();
1011
bool endOfFrame = ((ActionFrame)_actionStack.
Peek
()!).Execute(this);
1024
return ((ActionFrame)_actionStack.
Peek
()!).GetVariable(variablekey);
1065
dbgFrame.actionFrame = (ActionFrame?)_actionStack.
Peek
(); // In a case of next builtIn action.
1077
DebuggerFrame? dbgFrame = (DebuggerFrame?)_debuggerStack!.
Peek
();
1079
dbgFrame.actionFrame = (ActionFrame?)_actionStack.
Peek
();