We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runtime/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs
Lines 651 to 664 in 9317db0
In the two conditions, we save the just-created log object. Should we call log.Dispose() if neither of those branches are taken?
log
log.Dispose()