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