2 writes to m_eventCommandExecuted
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
568m_eventCommandExecuted += value; 584m_eventCommandExecuted -= value;
2 references to m_eventCommandExecuted
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
2783this.m_eventCommandExecuted?.Invoke(this, commandArgs); 2800m_eventCommandExecuted?.Invoke(this, commandArgs);