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