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