2 references to ASYNC
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\DebugInfoTableNode.cs (2)
198if ((bound.source & SourceTypes.ASYNC) != 0) 201if ((bound.source & ~(SourceTypes.CALL_INSTRUCTION | SourceTypes.STACK_EMPTY | SourceTypes.ASYNC)) != 0)