6 references to BeginRecord
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (6)
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) { 204if ((state & StateMachine.BeginRecord) != 0) { 367if ((state & StateMachine.BeginRecord) != 0) {