1 write to State
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
878
this.xsm.
State
= this.builder.OutputState;
7 references to State
System.Data.SqlXml (7)
System\Xml\Xsl\XsltOld\Processor.cs (7)
671
Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.
State
);
676
Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.
State
);
709
Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.
State
);
714
Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.
State
);
742
Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.
State
);
746
Debug.Assert(StateMachine.StateOnly(stateOutlook) == this.xsm.
State
,
865
this.builder.OutputState = this.xsm.
State
;