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