1 write to parent
System.IO.Log (1)
System\IO\Log\ReservationCollection.cs (1)
353
this.
parent
= parent;
8 references to parent
System.IO.Log (8)
System\IO\Log\ReservationCollection.cs (8)
405
lock (this.
parent
.SyncRoot)
407
if (this.
parent
.Version != this.version)
415
if (this.keyIndex == this.
parent
.ReservationKeys.Count)
421
this.current = this.
parent
.ReservationKeys[this.keyIndex];
424
this.numberRemaining = this.
parent
.Reservations[this.current];
439
lock (this.
parent
.SyncRoot)
442
if (this.
parent
.Version != this.version)
448
this.version = this.
parent
.Version;