1 write to state
System.IO.Log (1)
System\IO\Log\LogWriteRestartAreaAsyncResult.cs (1)
23this.state = new LogWriteRestartAreaState();
9 references to state
System.IO.Log (9)
System\IO\Log\LogWriteRestartAreaAsyncResult.cs (9)
24this.state.RecordSequence = recordSequence; 25this.state.AsyncResult = this; 34set { this.state.Data = value; } 40set { this.state.NewBaseLsn = value; } 46set { this.state.ReservationCollection = value; } 52set { this.state.TotalRecordSize = value; } 60get { return this.state.ResultLsn; } 65this.state.Start(); 70this.state.IOComplete(errorCode);