4 writes to EnableRaisingEvents
System (4)
services\monitoring\system\diagnosticts\EventLog.cs (4)
171
newLog.
EnableRaisingEvents
= true;
201
newLog.
EnableRaisingEvents
= true;
262
m_underlyingEventLog.
EnableRaisingEvents
= value;
313
newLog.
EnableRaisingEvents
= true;
4 references to EnableRaisingEvents
System (4)
services\monitoring\system\diagnosticts\EventLog.cs (4)
169
if (oldLog.
EnableRaisingEvents
) {
199
if (oldLog.
EnableRaisingEvents
) {
259
return m_underlyingEventLog.
EnableRaisingEvents
;
311
if (oldLog.
EnableRaisingEvents
) {