13 references to DispatcherIds
System.Private.CoreLib (13)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (6)
50ulong parentDispatcherId = DispatcherIds.CaptureParentDispatcherId(); 51ulong dispatcherId = DispatcherIds.GetDispatcherId(dispatcher); 75Resume(ref info, context, DispatcherIds.GetDispatcherId(ref info), context.ActiveEventKeywords); 127AsyncCallstack.EmitSuspendEvent(context, currentTimestamp, DispatcherIds.GetDispatcherId(ref info), nextContinuation); 534ResumeAsyncContext.Resume(ref *runtimeAsyncInfo, context, DispatcherIds.GetDispatcherId(ref *runtimeAsyncInfo), Config.ActiveEventKeywords); 539ResumeAsyncContext.Resume(ref *stateMachineAsyncInfo, context, DispatcherIds.GetDispatcherId(ref *stateMachineAsyncInfo), Config.ActiveEventKeywords);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (7)
939ulong parentDispatcherId = AsyncProfiler.DispatcherIds.CaptureParentDispatcherId(); 940ulong dispatcherId = AsyncProfiler.DispatcherIds.GetDispatcherId(dispatcher); 958ulong parentDispatcherId = AsyncProfiler.DispatcherIds.CaptureParentDispatcherId(); 959ulong dispatcherId = AsyncProfiler.DispatcherIds.GetDispatcherId(dispatcher); 1007Resume(ref info, context, DispatcherIds.GetDispatcherId(ref info), context.ActiveEventKeywords); 1038AsyncCallstack.EmitEvent(ref info, context, info.NextContinuationForDiagnostics, currentTimestamp, AsyncEventID.AppendStateMachineAsyncCallstack, DispatcherIds.GetDispatcherId(ref info)); 1048AsyncCallstack.EmitEvent(ref info, context, enteringBox, currentTimestamp, AsyncEventID.AppendStateMachineAsyncCallstack, DispatcherIds.GetDispatcherId(ref info));