System.Xml.Xsl.XslTransform.DebuggerAddapter.OnInstructionCompile C# (CSharp) Méthode

OnInstructionCompile() public méthode

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