19 references to AsyncProfiler
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (1)
11using Serializer = System.Runtime.CompilerServices.AsyncProfiler.EventBuffer.Serializer;
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfilerEventSource.cs (2)
92AsyncProfiler.Config.CaptureState(); 96AsyncProfiler.Config.Update(m_level, m_matchAnyKeyword);
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (15)
160public AsyncProfiler.Info AsyncProfilerInfo; 871AsyncProfiler.CreateAsyncContext.Create((ulong)task.Id, nextContinuation); 1192AsyncProfiler.InitInfo(ref info.AsyncProfilerInfo); 1198AsyncProfiler.ResumeAsyncContext.Resume(ref info); 1215AsyncProfiler.SuspendAsyncContext.Suspend(ref info, nextContinuation); 1232AsyncProfiler.SuspendAsyncContext.Suspend(ref info, nextContinuation ?? newContinuation); 1249AsyncProfiler.CompleteAsyncContext.Complete(ref info.AsyncProfilerInfo); 1263AsyncProfiler.ContinuationWrapper.UnwindIndex(ref info.AsyncProfilerInfo, unwindedFrames); 1270AsyncProfiler.AsyncMethodException.Unhandled(ref info.AsyncProfilerInfo, unwindedFrames); 1284AsyncProfiler.ContinuationWrapper.UnwindIndex(ref info.AsyncProfilerInfo, unwindedFrames); 1291AsyncProfiler.AsyncMethodException.Handled(ref info.AsyncProfilerInfo, unwindedFrames); 1308AsyncProfiler.ResumeAsyncMethod.Resume(ref info.AsyncProfilerInfo); 1323AsyncProfiler.ContinuationWrapper.IncrementIndex(ref info.AsyncProfilerInfo); 1330AsyncProfiler.CompleteAsyncMethod.Complete(ref info.AsyncProfilerInfo); 1345return AsyncProfiler.ContinuationWrapper.Dispatch(ref info, curContinuation, ref resultLoc);
src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (1)
7using Serializer = System.Runtime.CompilerServices.AsyncProfiler.EventBuffer.Serializer;