1 write to xsm
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
311this.xsm = new StateMachine();
21 references to xsm
System.Data.SqlXml (21)
System\Xml\Xsl\XsltOld\Processor.cs (21)
659Debug.Assert(this.xsm != null); 661int stateOutlook = this.xsm.BeginOutlook(nodeType); 670this.xsm.Begin(nodeType); 671Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.State); 675this.xsm.Begin(nodeType); 676Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.State); 698Debug.Assert(this.xsm != null); 704int stateOutlook = this.xsm.BeginOutlook(XPathNodeType.Text); 708this.xsm.Begin(XPathNodeType.Text); 709Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.State); 713this.xsm.Begin(XPathNodeType.Text); 714Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.State); 730Debug.Assert(this.xsm != null); 737int stateOutlook = this.xsm.EndOutlook(nodeType); 741this.xsm.End(nodeType); 742Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.State); 745this.xsm.End(nodeType); 746Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.State, 865this.builder.OutputState = this.xsm.State; 870this.xsm.Reset(); 878this.xsm.State = this.builder.OutputState;