69 references to Informational
mscorlib (62)
system\diagnostics\eventing\activitytracker.cs (1)
67
if (System.Threading.Tasks.TplEtwProvider.Log.IsEnabled(EventLevel.
Informational
, System.Threading.Tasks.TplEtwProvider.Keywords.TasksFlowActivityIds))
system\diagnostics\eventing\eventsource.cs (1)
5039
public EventAttribute(int eventId) { this.EventId = eventId; Level = EventLevel.
Informational
; this.m_opcodeSet = false; }
system\diagnostics\eventing\frameworkeventsource.cs (21)
201
[Event(1, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
206
[Event(2, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
212
[Event(3, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
228
[Event(5, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
241
[Event(7, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
253
[Event(9, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
273
[Event(12, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
285
[Event(14, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
291
[Event(15, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
303
[Event(17, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
315
[Event(19, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
321
[Event(20, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
327
[Event(21, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
333
[Event(22, Level = EventLevel.
Informational
, Keywords = Keywords.Loader)]
504
[Event(140, Level = EventLevel.
Informational
, Keywords = Keywords.NetClient, ActivityOptions=EventActivityOptions.Disable,
510
[Event(141, Level = EventLevel.
Informational
, Keywords = Keywords.NetClient, ActivityOptions=EventActivityOptions.Disable,
518
[Event(142, Level = EventLevel.
Informational
, Keywords = Keywords.NetClient, ActivityOptions=EventActivityOptions.Disable,
524
[Event(143, Level = EventLevel.
Informational
, Keywords = Keywords.NetClient, ActivityOptions=EventActivityOptions.Disable,
561
[Event(150, Level = EventLevel.
Informational
, Keywords = Keywords.ThreadTransfer, Task = Tasks.ThreadTransfer, Opcode = EventOpcode.Send)]
581
[Event(151, Level = EventLevel.
Informational
, Keywords = Keywords.ThreadTransfer, Task = Tasks.ThreadTransfer, Opcode = EventOpcode.Receive)]
601
[Event(152, Level = EventLevel.
Informational
, Keywords = Keywords.ThreadTransfer, Task = Tasks.ThreadTransfer, Opcode = Opcodes.ReceiveHandled)]
system\io\filestream.cs (3)
330
if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled(EventLevel.
Informational
, FrameworkEventSource.Keywords.ThreadTransfer))
2061
if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled(EventLevel.
Informational
, FrameworkEventSource.Keywords.ThreadTransfer))
2320
if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled(EventLevel.
Informational
, FrameworkEventSource.Keywords.ThreadTransfer))
system\threading\CDSsyncETWBCLProvider.cs (2)
77
[Event(SPINWAIT_NEXTSPINWILLYIELD_ID, Level = EventLevel.
Informational
)]
80
if (IsEnabled(EventLevel.
Informational
, ALL_KEYWORDS))
system\threading\Tasks\TPLETWProvider.cs (32)
50
if (IsEnabled(EventLevel.
Informational
, Keywords.TasksFlowActivityIds))
53
TasksSetActivityIds = IsEnabled(EventLevel.
Informational
, Keywords.TasksSetActivityIds);
55
Debug = IsEnabled(EventLevel.
Informational
, Keywords.Debug);
56
DebugActivityId = IsEnabled(EventLevel.
Informational
, Keywords.DebugActivityId);
223
[Event(PARALLELLOOPBEGIN_ID, Level = EventLevel.
Informational
, ActivityOptions=EventActivityOptions.Recursive,
230
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.Parallel))
268
[Event(PARALLELLOOPEND_ID, Level = EventLevel.
Informational
, Task = TplEtwProvider.Tasks.Loop, Opcode = EventOpcode.Stop)]
273
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.Parallel))
305
[Event(PARALLELINVOKEBEGIN_ID, Level = EventLevel.
Informational
, ActivityOptions=EventActivityOptions.Recursive,
312
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.Parallel))
345
[Event(PARALLELINVOKEEND_ID, Level = EventLevel.
Informational
, Task = TplEtwProvider.Tasks.Invoke, Opcode = EventOpcode.Stop)]
350
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.Parallel))
420
Level = EventLevel.
Informational
, Keywords = Keywords.TaskTransfer|Keywords.Tasks)]
426
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.TaskTransfer|Keywords.Tasks))
461
Level = EventLevel.
Informational
, Keywords = Keywords.Tasks)]
466
if (IsEnabled(EventLevel.
Informational
, Keywords.Tasks))
481
Level = EventLevel.
Informational
, Keywords = Keywords.TaskStops)]
486
if (IsEnabled(EventLevel.
Informational
, Keywords.Tasks))
519
Level = EventLevel.
Informational
, Keywords = Keywords.TaskTransfer|Keywords.Tasks)]
524
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.TaskTransfer|Keywords.Tasks))
606
Level = EventLevel.
Informational
, Keywords = Keywords.TaskTransfer|Keywords.Tasks)]
611
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.TaskTransfer|Keywords.Tasks))
635
Level = EventLevel.
Informational
, Keywords = Keywords.AsyncCausalityOperation)]
638
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.AsyncCausalityOperation))
661
Level = EventLevel.
Informational
, Keywords = Keywords.AsyncCausalityRelation)]
664
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.AsyncCausalityRelation))
670
Level = EventLevel.
Informational
, Keywords = Keywords.AsyncCausalityOperation)]
673
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.AsyncCausalityOperation))
679
Level = EventLevel.
Informational
, Keywords = Keywords.AsyncCausalitySynchronousWork)]
682
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.AsyncCausalitySynchronousWork))
688
Level = EventLevel.
Informational
, Keywords = Keywords.AsyncCausalitySynchronousWork)]
691
if (IsEnabled() && IsEnabled(EventLevel.
Informational
, Keywords.AsyncCausalitySynchronousWork))
system\threading\timer.cs (2)
583
if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled(EventLevel.
Informational
, FrameworkEventSource.Keywords.ThreadTransfer))
696
if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled(EventLevel.
Informational
, FrameworkEventSource.Keywords.ThreadTransfer))
System.Core (4)
System\Linq\Parallel\Utils\PLINQETWProvider.cs (4)
95
if (IsEnabled(EventLevel.
Informational
, ALL_KEYWORDS))
109
[Event(PARALLELQUERYBEGIN_EVENTID, Level = EventLevel.
Informational
, Task = PlinqEtwProvider.Tasks.Query, Opcode = EventOpcode.Start)]
124
if (IsEnabled(EventLevel.
Informational
, ALL_KEYWORDS))
137
[Event(PARALLELQUERYEND_EVENTID, Level = EventLevel.
Informational
, Task = PlinqEtwProvider.Tasks.Query, Opcode = EventOpcode.Stop)]
System.Web (3)
AspNetEventSource.cs (3)
97
[Event((int)Events.RequestEnteredAspNetPipeline, Level = EventLevel.
Informational
, Task = (EventTask)Tasks.Request, Opcode = EventOpcode.Send, Version = 1)]
151
[Event((int)Events.RequestStarted, Level = EventLevel.
Informational
, Task = (EventTask)Tasks.Request, Opcode = EventOpcode.Start, Version = 1)]
161
[Event((int)Events.RequestCompleted, Level = EventLevel.
Informational
, Task = (EventTask)Tasks.Request, Opcode = EventOpcode.Stop, Version = 1)]