System.Xml.Xsl.XslTransform.DebuggerAddapter.OnInstructionCompile C# (CSharp) Method

OnInstructionCompile() public method

public OnInstructionCompile ( XPathNavigator styleSheetNavigator ) : void
styleSheetNavigator System.Xml.XPath.XPathNavigator
return void
            public void OnInstructionCompile(XPathNavigator styleSheetNavigator)
            {
                if (_onCompile != null)
                {
                    _onCompile.Invoke(_unknownDebugger, new object[] { styleSheetNavigator });
                }
            }
            public void OnInstructionExecute(IXsltProcessor xsltProcessor)