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