2 references to IsNotUppermostForBlock
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\SyntaxTreeSemanticModel.vb (2)
1795If IsNotUppermostForBlock(firstStatement) Then 1799If firstStatement IsNot lastStatement AndAlso IsNotUppermostForBlock(lastStatement) Then