1 write to onExecute
System.Xml (1)
System\Xml\Xslt\XslTransform.cs (1)
299
onExecute
= unknownType.GetMethod("OnInstructionExecute" , flags);
2 references to onExecute
System.Xml (2)
System\Xml\Xslt\XslTransform.cs (2)
314
if (
onExecute
!= null) {
315
onExecute
.Invoke(unknownDebugger, new object[] { xsltProcessor });