4 writes to reservationCount
System.IO.Log (4)
System\IO\Log\ReservationCollection.cs (4)
25
this.
reservationCount
= 0;
117
this.
reservationCount
= 0;
266
this.
reservationCount
++;
296
this.
reservationCount
--;
2 references to reservationCount
System.IO.Log (2)
System\IO\Log\ReservationCollection.cs (2)
39
return this.
reservationCount
;
171
(this.
reservationCount
> array.Length - arrayIndex))