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