1 write to _xsm
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
342
_xsm
= new StateMachine();
21 references to _xsm
System.Private.Xml (21)
System\Xml\Xsl\XsltOld\Processor.cs (21)
731
Debug.Assert(
_xsm
!= null);
733
int stateOutlook =
_xsm
.BeginOutlook(nodeType);
744
_xsm
.Begin(nodeType);
745
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State);
749
_xsm
.Begin(nodeType);
750
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State);
774
Debug.Assert(
_xsm
!= null);
781
int stateOutlook =
_xsm
.BeginOutlook(XPathNodeType.Text);
786
_xsm
.Begin(XPathNodeType.Text);
787
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State);
791
_xsm
.Begin(XPathNodeType.Text);
792
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State);
809
Debug.Assert(
_xsm
!= null);
817
int stateOutlook =
_xsm
.EndOutlook(nodeType);
822
_xsm
.End(nodeType);
823
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State);
826
_xsm
.End(nodeType);
827
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State,
957
_builder!.OutputState =
_xsm
.State;
962
_xsm
.Reset();
971
_xsm
.State = _builder.OutputState;