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