1 write to NextExceptionHandler
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
722previousBlock.NextExceptionHandler = nextBlock;
4 references to NextExceptionHandler
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilder.cs (4)
410var handlerBlock = srcHandler.LeaderBlock.NextExceptionHandler; 431var handlerBlock = ((ExceptionHandlerLeaderBlock)block).NextExceptionHandler; 438Debug.Assert(handlerBlock.NextExceptionHandler == null); 462handlerBlock = handlerBlock.NextExceptionHandler;