2 writes to EventLogEnabled
Microsoft.AspNetCore.Hosting (2)
Internal\HostingApplication.cs (1)
164EventLogEnabled = false;
Internal\HostingApplicationDiagnostics.cs (1)
76context.EventLogEnabled = true;
4 references to EventLogEnabled
Microsoft.AspNetCore.Hosting (2)
Internal\HostingApplicationDiagnostics.cs (2)
223if (context.EventLogEnabled) 245if (context.EventLogEnabled)
Microsoft.AspNetCore.Hosting.Tests (2)
HostingApplicationDiagnosticsTests.cs (2)
168Assert.True(context.EventLogEnabled); 234Assert.False(context.EventLogEnabled);