2 writes to logFile
System.IO.Log (2)
System\IO\Log\LogStore.cs (2)
126this.logFile = UnsafeNativeMethods.CreateLogFile( 170this.logFile = handle;
8 references to logFile
System.IO.Log (8)
System\IO\Log\LogStore.cs (8)
150this.logFile.Close(); 177if (!ThreadPool.BindHandle(this.logFile)) 211UnsafeNativeMethods.SetLogArchiveMode(this.logFile, 302get { return this.logFile; } 423if (!this.logFile.IsInvalid) 425this.logFile.Close(); 442this.logFile, 452this.logFile,