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