16 references to Update
Microsoft.Extensions.Logging.EventSource (1)
LoggingEventSource.cs (1)
358
if (command.Command is EventCommand.
Update
or EventCommand.Enable)
System.Diagnostics.DiagnosticSource (6)
System\Diagnostics\DiagnosticSourceEventSource.cs (2)
381
if ((command.Command == EventCommand.
Update
|| command.Command == EventCommand.Enable) &&
397
else if (command.Command == EventCommand.
Update
|| command.Command == EventCommand.Disable)
System\Diagnostics\Metrics\MetricsEventSource.cs (4)
357
if ((command.Command == EventCommand.
Update
362
if (command.Command == EventCommand.
Update
421
if (command.Command == EventCommand.Enable || command.Command == EventCommand.
Update
)
445
if ((command.Command == EventCommand.
Update
|| command.Command == EventCommand.Enable) && command.Arguments != null)
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventDispatcher.cs (2)
50
if (command == EventCommand.
Update
&& enable)
55
else if (command == EventCommand.
Update
&& !enable)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (7)
506
if ((int)command <= (int)EventCommand.
Update
&& (int)command != (int)EventCommand.SendManifest)
2679
if (commandArgs.Command == EventCommand.
Update
)
4194
EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.
Update
, false, EventLevel.LogAlways, (EventKeywords)0);
4245
eventSource.SendCommand(this, EventProviderType.None, 0, EventCommand.
Update
, true, level, matchAnyKeyword, arguments);
4250
EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.
Update
, true, level, matchAnyKeyword);
4263
eventSource.SendCommand(this, EventProviderType.None, 0, EventCommand.
Update
, false, EventLevel.LogAlways, EventKeywords.None, null);
4268
EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.
Update
, false, EventLevel.LogAlways, EventKeywords.None);