2 references to HasAsyncContinuation
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (2)
50
bool INodeWithTypeSignature.IsAsyncCall =>
HasAsyncContinuation
;
127
bool hasAsyncContinuation =
HasAsyncContinuation
;