Home
last modified time | relevance | path

Searched refs:PARALLELINVOKEBEGIN_ID (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Parallel/src/System/Threading/Tasks/
H A DParallelETWProvider.cs74 private const Int32 PARALLELINVOKEBEGIN_ID = 3; field in System.Threading.Tasks.ParallelEtwProvider
178 …[Event(PARALLELINVOKEBEGIN_ID, Level = EventLevel.Informational, Task = ParallelEtwProvider.Tasks.…
203 WriteEventCore(PARALLELINVOKEBEGIN_ID, 5, eventPayload); in ParallelInvokeBegin()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/Tasks/
H A DTPLETWProvider.cs175 private const int PARALLELINVOKEBEGIN_ID = 3; field in System.Threading.Tasks.TplEtwProvider
305 …[Event(PARALLELINVOKEBEGIN_ID, Level = EventLevel.Informational, ActivityOptions=EventActivityOpti…
332 WriteEventCore(PARALLELINVOKEBEGIN_ID, 5, eventPayload); in ParallelInvokeBegin()