2 overrides of EncMissingStateErrorCode
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
125protected sealed override HotReloadExceptionCode EncMissingStateErrorCode
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
77protected sealed override HotReloadExceptionCode EncMissingStateErrorCode
1 reference to EncMissingStateErrorCode
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
268=> _resumableStateAllocator.GenerateThrowMissingStateDispatch(F, F.Local(cachedState), EncMissingStateErrorCode);