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)
420var handlerBlock = srcHandler.LeaderBlock.NextExceptionHandler; 441var handlerBlock = ((ExceptionHandlerLeaderBlock)block).NextExceptionHandler; 448Debug.Assert(handlerBlock.NextExceptionHandler == null); 472handlerBlock = handlerBlock.NextExceptionHandler;