3 references to CannotResumeSuspendedIteratorMethod
Microsoft.CodeAnalysis (1)
Emit\HotReloadExceptionCode.cs (1)
28
HotReloadExceptionCode.
CannotResumeSuspendedIteratorMethod
=> CodeAnalysisResources.EncCannotResumeSuspendedIteratorMethod,
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncIteratorMethodToStateMachineRewriter.cs (1)
84
var iteratorDispatch = _iteratorStateAllocator.GenerateThrowMissingStateDispatch(F, F.Local(cachedState), HotReloadExceptionCode.
CannotResumeSuspendedIteratorMethod
);
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
84
=> HotReloadExceptionCode.
CannotResumeSuspendedIteratorMethod
;