1 write to _xsm
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
343
_xsm
= new StateMachine();
21 references to _xsm
System.Private.Xml (21)
System\Xml\Xsl\XsltOld\Processor.cs (21)
732
Debug.Assert(
_xsm
!= null);
734
int stateOutlook =
_xsm
.BeginOutlook(nodeType);
745
_xsm
.Begin(nodeType);
746
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State);
750
_xsm
.Begin(nodeType);
751
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State);
775
Debug.Assert(
_xsm
!= null);
782
int stateOutlook =
_xsm
.BeginOutlook(XPathNodeType.Text);
787
_xsm
.Begin(XPathNodeType.Text);
788
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State);
792
_xsm
.Begin(XPathNodeType.Text);
793
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State);
810
Debug.Assert(
_xsm
!= null);
818
int stateOutlook =
_xsm
.EndOutlook(nodeType);
823
_xsm
.End(nodeType);
824
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State);
827
_xsm
.End(nodeType);
828
Debug.Assert(StateMachine.StateOnly(stateOutlook) ==
_xsm
.State,
958
_builder!.OutputState =
_xsm
.State;
963
_xsm
.Reset();
972
_xsm
.State = _builder.OutputState;