1 implementation of IXsltProcessor
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
23internal sealed class Processor : IXsltProcessor {
4 references to IXsltProcessor
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Processor.cs (3)
968this.Debugger.OnInstructionExecute((IXsltProcessor) this); 983int IXsltProcessor.StackDepth { 987IStackFrame IXsltProcessor.GetStackFrame(int depth) {
System\Xml\Xsl\XsltOld\XsltDebugger.cs (1)
31void OnInstructionExecute(IXsltProcessor xsltProcessor);