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