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