2 writes to m_eventCommandExecuted
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
557m_eventCommandExecuted += value; 573m_eventCommandExecuted -= value;
2 references to m_eventCommandExecuted
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
2803this.m_eventCommandExecuted?.Invoke(this, commandArgs); 2820m_eventCommandExecuted?.Invoke(this, commandArgs);