9 references to WalkUpParentheses
Microsoft.CodeAnalysis.VisualBasic.Workspaces (9)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (1)
156Dim unaryParent = TryCast(expression.WalkUpParentheses().Parent, UnaryExpressionSyntax)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SemanticModelExtensions.vb (1)
241Dim topExpression = expression.WalkUpParentheses()
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\CastAnalyzer.vb (7)
35Dim argument = TryCast(_castNode.WalkUpParentheses().Parent, ArgumentSyntax) 58expression = expression.WalkUpParentheses() 132speculatedExpression = speculatedExpression.WalkUpParentheses() 160Dim parentExpression = _castNode.WalkUpParentheses() 226_castNode.WalkUpParentheses().IsParentKind(SyntaxKind.Interpolation) Then 254Dim outerSpeculatedExpression = _castNode.WalkUpParentheses() 360expression = expression.WalkUpParentheses()