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