4 writes to writeHandle
System.Diagnostics.EventLog (4)
System\Diagnostics\EventLogInternal.cs (4)
119writeHandle = null; 508writeHandle = null; 631writeHandle = null; 1110writeHandle = handle;
9 references to writeHandle
System.Diagnostics.EventLog (9)
System\Diagnostics\EventLogInternal.cs (9)
150return readHandle != null || writeHandle != null; 163[MemberNotNullWhen(true, nameof(writeHandle))] 168return writeHandle != null; 498if (writeHandle != null) 502writeHandle.Close(); 628if (writeHandle != null) 630writeHandle.Close(); 1089[MemberNotNull(nameof(writeHandle))] 1392bool success = Interop.Advapi32.ReportEvent(writeHandle, (short)type, category, eventID,