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)
378
if ((command.Command == EventCommand.
Update
383
if (command.Command == EventCommand.
Update
447
if (command.Command == EventCommand.Enable || command.Command == EventCommand.
Update
)
471
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)
505
if ((int)command <= (int)EventCommand.
Update
&& (int)command != (int)EventCommand.SendManifest)
2678
if (commandArgs.Command == EventCommand.
Update
)
4174
EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.
Update
, false, EventLevel.LogAlways, (EventKeywords)0);
4225
eventSource.SendCommand(this, EventProviderType.None, 0, EventCommand.
Update
, true, level, matchAnyKeyword, arguments);
4230
EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.
Update
, true, level, matchAnyKeyword);
4243
eventSource.SendCommand(this, EventProviderType.None, 0, EventCommand.
Update
, false, EventLevel.LogAlways, EventKeywords.None, null);
4248
EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.
Update
, false, EventLevel.LogAlways, EventKeywords.None);