System.Xml.Xsl.XsltOld.Event.OnInstructionExecute C# (CSharp) Method

OnInstructionExecute() private method

private OnInstructionExecute ( Processor processor ) : void
processor Processor
return void
        internal void OnInstructionExecute(Processor processor) {
            Debug.Assert(processor.Debugger != null, "We don't generate calls this function if ! debugger");
            Debug.Assert(DbgData.StyleSheet != null, "We call this function from *EventDbg only");
            processor.OnInstructionExecute();
        }