2 types derived from BasicBlockWithHandlerScope
Microsoft.CodeAnalysis (2)
CodeGen\BasicBlock.cs (2)
689internal sealed class ExceptionHandlerLeaderBlock : BasicBlockWithHandlerScope 713internal sealed class SwitchBlock : BasicBlockWithHandlerScope
2 instantiations of BasicBlockWithHandlerScope
Microsoft.CodeAnalysis (2)
CodeGen\LocalScopeManager.cs (2)
385new BasicBlockWithHandlerScope(builder, enclosingHandler); 639new BasicBlockWithHandlerScope(builder, this);
1 reference to BasicBlockWithHandlerScope
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
637var block = (Blocks == null) ?