11 writes to AsyncProfilerInfo
System.Private.CoreLib (11)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (9)
1192AsyncProfiler.InitInfo(ref info.AsyncProfilerInfo); 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);
src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (2)
54AsyncThreadContext context = AsyncThreadContext.Acquire(ref info.AsyncProfilerInfo); 88AsyncThreadContext context = AsyncThreadContext.Acquire(ref info.AsyncProfilerInfo);
2 references to AsyncProfilerInfo
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (2)
150nint dispatcher = Unsafe.Add(ref info.AsyncProfilerInfo.ContinuationTable, info.AsyncProfilerInfo.ContinuationIndex & COUNT_MASK);