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