3 references to AsyncContinuationVarInfo
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
314
public delegate* unmanaged<IntPtr, IntPtr*, AsyncInfo*, AsyncSuspensionPoint*,
AsyncContinuationVarInfo
*, uint, void> reportAsyncDebugInfo;
1977
private static void _reportAsyncDebugInfo(IntPtr thisHandle, IntPtr* ppException, AsyncInfo* asyncInfo, AsyncSuspensionPoint* suspensionPoints,
AsyncContinuationVarInfo
* vars, uint numVars)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
3418
private void reportAsyncDebugInfo(AsyncInfo* asyncInfo, AsyncSuspensionPoint* suspensionPoints,
AsyncContinuationVarInfo
* vars, uint numVars)