1 instantiation of StateMachine
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
343
_xsm = new
StateMachine
();
22 references to StateMachine
System.Private.Xml (22)
System\Xml\Xsl\XsltOld\Processor.cs (8)
80
private readonly
StateMachine
_xsm;
736
if (_ignoreLevel > 0 || stateOutlook ==
StateMachine
.Error)
746
Debug.Assert(
StateMachine
.StateOnly(stateOutlook) == _xsm.State);
751
Debug.Assert(
StateMachine
.StateOnly(stateOutlook) == _xsm.State);
788
Debug.Assert(
StateMachine
.StateOnly(stateOutlook) == _xsm.State);
793
Debug.Assert(
StateMachine
.StateOnly(stateOutlook) == _xsm.State);
824
Debug.Assert(
StateMachine
.StateOnly(stateOutlook) == _xsm.State);
828
Debug.Assert(
StateMachine
.StateOnly(stateOutlook) == _xsm.State,
System\Xml\Xsl\XsltOld\RecordBuilder.cs (14)
114
if (_recordState == NoRecord || (state &
StateMachine
.BeginRecord) == 0)
134
Debug.Assert(_recordState == NoRecord || (state &
StateMachine
.BeginRecord) == 0);
186
Debug.Assert(_recordState == NoRecord || (state &
StateMachine
.BeginRecord) == 0);
192
if ((state &
StateMachine
.BeginRecord) != 0)
212
_popScope = (state &
StateMachine
.PopScope) != 0;
214
if ((state &
StateMachine
.EmptyTag) != 0 && _mainNode.IsEmptyTag)
221
if ((state &
StateMachine
.BeginRecord) != 0)
398
switch (state &
StateMachine
.DepthMask)
400
case
StateMachine
.DepthUp:
403
case
StateMachine
.DepthDown:
415
if ((state &
StateMachine
.BeginRecord) != 0)
442
if ((state &
StateMachine
.EndRecord) != 0)
460
if ((state &
StateMachine
.EndRecord) != 0)
478
if ((state &
StateMachine
.BeginChild) != 0)