1 implementation of IXsltProcessor
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
18
internal sealed class Processor :
IXsltProcessor
2 references to IXsltProcessor
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\Processor.cs (1)
1080
this.Debugger.OnInstructionExecute((
IXsltProcessor
)this);
System\Xml\Xsl\XsltOld\XsltDebugger.cs (1)
16
void OnInstructionExecute(
IXsltProcessor
xsltProcessor);