1 write to collection
System.IO.Log (1)
System\IO\Log\LogExtentCollection.cs (1)
156
this.
collection
= collection;
5 references to collection
System.IO.Log (5)
System\IO\Log\LogExtentCollection.cs (5)
157
this.version = this.
collection
.Version;
159
SafeFileHandle logHandle = this.
collection
.Store.Handle;
167
this.
collection
.Store.GetLogFileInformation(out logInfo);
227
if (this.version != this.
collection
.Version)
244
this.version = this.
collection
.Version;