1 instantiation of EventPipeEventDispatcher
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventDispatcher.cs (1)
23
internal static readonly EventPipeEventDispatcher Instance = new
EventPipeEventDispatcher
();
4 references to EventPipeEventDispatcher
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventDispatcher.cs (1)
23
internal static readonly
EventPipeEventDispatcher
Instance = new EventPipeEventDispatcher();
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
4194
EventPipeEventDispatcher
.Instance.SendCommand(this, EventCommand.Update, false, EventLevel.LogAlways, (EventKeywords)0);
4250
EventPipeEventDispatcher
.Instance.SendCommand(this, EventCommand.Update, true, level, matchAnyKeyword);
4268
EventPipeEventDispatcher
.Instance.SendCommand(this, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.None);