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