2 writes to m_eventCommandExecuted
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
691m_eventCommandExecuted += value; 704m_eventCommandExecuted -= value;
2 references to m_eventCommandExecuted
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
2736var eventCommandCallback = this.m_eventCommandExecuted; 2824var eventCommandCallback = m_eventCommandExecuted;