6 references to BeginRecord
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (6)
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) 221if ((state & StateMachine.BeginRecord) != 0) 415if ((state & StateMachine.BeginRecord) != 0)