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)
408var handlerBlock = srcHandler.LeaderBlock.NextExceptionHandler; 429var handlerBlock = ((ExceptionHandlerLeaderBlock)block).NextExceptionHandler; 436Debug.Assert(handlerBlock.NextExceptionHandler == null); 460handlerBlock = handlerBlock.NextExceptionHandler;