1 write to onCompile
System.Xml (1)
System\Xml\Xslt\XslTransform.cs (1)
298
onCompile
= unknownType.GetMethod("OnInstructionCompile" , flags);
2 references to onCompile
System.Xml (2)
System\Xml\Xslt\XslTransform.cs (2)
309
if (
onCompile
!= null) {
310
onCompile
.Invoke(unknownDebugger, new object[] { styleSheetNavigator });