1 write to state
System.IO.Log (1)
System\IO\Log\LogAppendAsyncResult.cs (1)
23this.state = new LogReserveAndAppendState();
13 references to state
System.IO.Log (13)
System\IO\Log\LogAppendAsyncResult.cs (13)
24this.state.RecordSequence = recordSequence; 25this.state.AsyncResult = this; 34set { this.state.Data = value; } 40set { this.state.PreviousLsn = value; } 45get { return this.state.Reservations; } 46set { this.state.Reservations = value; } 52set { this.state.ReservationCollection = value; } 58set { this.state.TotalRecordSize = value; } 64set { this.state.UserLsn = value; } 70set { this.state.RecordAppendOptions = value; } 78get { return this.state.ResultLsn; } 83this.state.Start(); 88this.state.IOComplete(errorCode);