2 overrides of Close
System.Diagnostics.EventLog (1)
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.notsupported.cs (1)
149public override void Close() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); }
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\TextWriterTraceListener.cs (1)
113public override void Close()
2 references to Close
System.Diagnostics.TraceSource (2)
System\Diagnostics\TraceInternal.cs (1)
192listener.Close();
System\Diagnostics\TraceSource.cs (1)
120listener!.Close();