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