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