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