1 instantiation of StateMachine
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
311this.xsm = new StateMachine();
22 references to StateMachine
System.Data.SqlXml (22)
System\Xml\Xsl\XsltOld\Processor.cs (8)
83StateMachine xsm; 663if (this.ignoreLevel > 0 || stateOutlook == StateMachine.Error) { 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,
System\Xml\Xsl\XsltOld\RecordBuilder.cs (14)
109if (this.recordState == NoRecord || (state & StateMachine.BeginRecord) == 0) { 125Debug.Assert(this.recordState == NoRecord || (state & StateMachine.BeginRecord) == 0); 173Debug.Assert(this.recordState == NoRecord || (state & StateMachine.BeginRecord) == 0); 179if ((state & StateMachine.BeginRecord) != 0) { 196this.popScope = (state & StateMachine.PopScope) != 0; 198if ((state & StateMachine.EmptyTag) != 0 && this.mainNode.IsEmptyTag == true) { 204if ((state & StateMachine.BeginRecord) != 0) { 352switch (state & StateMachine.DepthMask) { 353case StateMachine.DepthUp: 356case StateMachine.DepthDown: 367if ((state & StateMachine.BeginRecord) != 0) { 390if ((state & StateMachine.EndRecord) != 0) { 405if ((state & StateMachine.EndRecord) != 0) { 420if ((state & StateMachine.BeginChild) != 0) {