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