5 references to IsSingleLineExecutableBlock
Microsoft.CodeAnalysis.VisualBasic.Features (2)
IntroduceVariable\VisualBasicIntroduceVariableService_IntroduceLocal.vb (2)
129If oldOutermostBlock.IsSingleLineExecutableBlock() Then 179If oldBlock.IsSingleLineExecutableBlock() Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
SyntaxNodeExtensions.vb (3)
670If executableBlock.IsSingleLineExecutableBlock() Then 692Return node.IsExecutableBlock AndAlso Not node.IsSingleLineExecutableBlock 751While current.IsSingleLineExecutableBlock()