2 references to GetContainingExecutableBlocks
Microsoft.CodeAnalysis.Features (2)
IntroduceVariable\AbstractIntroduceVariableService.cs (1)
148var blocks = GetContainingExecutableBlocks(state.Expression);
IntroduceVariable\AbstractIntroduceVariableService.State.cs (1)
142var enclosingBlocks = _service.GetContainingExecutableBlocks(Expression);