19 references to Start
mscorlib (16)
system\diagnostics\eventing\eventprovider.cs (1)
1112
(EventOpcode)eventDescriptor.Opcode == EventOpcode.
Start
||
system\diagnostics\eventing\eventsource.cs (8)
1196
if (opcode == EventOpcode.
Start
)
1928
if (opcode == EventOpcode.
Start
)
2475
(EventOpcode)eventData.Descriptor.Opcode != EventOpcode.
Start
)
2488
return EventOpcode.
Start
;
3444
if (eventAttribute.Opcode == EventOpcode.
Start
)
3467
if (startEventMetadata.Descriptor.Opcode == (byte)EventOpcode.
Start
&&
3751
if ((eventAttribute.Opcode != EventOpcode.
Start
&& eventAttribute.Opcode != EventOpcode.Stop) && eventAttribute.Task == autoAssignedTask)
6667
case EventOpcode.
Start
:
system\diagnostics\eventing\frameworkeventsource.cs (2)
505
Task = Tasks.GetResponse, Opcode = EventOpcode.
Start
, Version = 1)]
519
Task = Tasks.GetRequestStream, Opcode = EventOpcode.
Start
, Version = 1)]
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (1)
253
newActivity.startStopOptions.Opcode = EventOpcode.
Start
;
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (1)
624
if (opcode == EventOpcode.
Start
)
system\threading\Tasks\TPLETWProvider.cs (3)
224
Task = TplEtwProvider.Tasks.Loop, Opcode = EventOpcode.
Start
)]
306
Task = TplEtwProvider.Tasks.Invoke, Opcode = EventOpcode.
Start
)]
367
Task = TplEtwProvider.Tasks.ForkJoin, Opcode = EventOpcode.
Start
)]
System.Core (2)
System\Linq\Parallel\Utils\PLINQETWProvider.cs (2)
109
[Event(PARALLELQUERYBEGIN_EVENTID, Level = EventLevel.Informational, Task = PlinqEtwProvider.Tasks.Query, Opcode = EventOpcode.
Start
)]
169
[Event(PARALLELQUERYFORK_EVENTID, Level = EventLevel.Verbose, Task = PlinqEtwProvider.Tasks.ForkJoin, Opcode = EventOpcode.
Start
)]
System.Web (1)
AspNetEventSource.cs (1)
151
[Event((int)Events.RequestStarted, Level = EventLevel.Informational, Task = (EventTask)Tasks.Request, Opcode = EventOpcode.
Start
, Version = 1)]