1 implementation of IStackFrame
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
19internal class ActionFrame : IStackFrame {
7 references to IStackFrame
System.Data.SqlXml (7)
System\Xml\Xsl\XsltOld\ActionFrame.cs (5)
273XPathNavigator IStackFrame.Instruction { 281XPathNodeIterator IStackFrame.NodeSet { 285int IStackFrame.GetVariablesCount() { 291XPathNavigator IStackFrame.GetVariable(int varIndex) { 294object IStackFrame.GetVariableValue(int varIndex) {
System\Xml\Xsl\XsltOld\Processor.cs (1)
987IStackFrame IXsltProcessor.GetStackFrame(int depth) {
System\Xml\Xsl\XsltOld\XsltDebugger.cs (1)
25IStackFrame GetStackFrame(int depth);