28 references to Parenthesized
Microsoft.CodeAnalysis.VisualBasic (28)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1662Case BoundKind.Parenthesized
Analysis\ForLoopVerification.vb (1)
147Case BoundKind.Parenthesized
Binding\Binder_Attributes.vb (1)
815Case BoundKind.Parenthesized
Binding\Binder_Conversions.vb (1)
1204Case BoundKind.Parenthesized
Binding\Binder_Expressions.vb (4)
989Case BoundKind.Parenthesized 1235If expr.Kind = BoundKind.Parenthesized Then 1351If expr.Kind = BoundKind.Parenthesized AndAlso Not expr.IsNothingLiteral() Then 1444Case BoundKind.Parenthesized
Binding\Binder_Utils.vb (1)
1348Case BoundKind.Parenthesized
BoundTree\BoundExpressionExtensions.vb (5)
70Case BoundKind.Parenthesized 357While node.Kind = BoundKind.Parenthesized 459Debug.Assert(type IsNot Nothing OrElse node.Kind = BoundKind.Literal OrElse node.Kind = BoundKind.Parenthesized) 501Case BoundKind.Parenthesized 526While expression.Kind = BoundKind.Parenthesized
BoundTree\BoundTreeVisitor.vb (1)
21Case BoundKind.Parenthesized
CodeGen\EmitAddress.vb (1)
100Case BoundKind.Parenthesized
Generated\BoundNodes.xml.Generated.vb (2)
677MyBase.New(BoundKind.Parenthesized, syntax, type, hasErrors OrElse expression.NonNullAndHasErrors()) 9362Case BoundKind.Parenthesized
Lowering\LocalRewriter\LocalRewriter_AddRemoveHandler.vb (1)
252Debug.Assert(node.Kind = BoundKind.Parenthesized, "node can only be EventAccess or Parenthesized")
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (3)
28(midResult.Original.Kind = BoundKind.Parenthesized AndAlso DirectCast(midResult.Original, BoundParenthesized).Expression Is node.LeftOnTheRightOpt)) 436Case BoundKind.Parenthesized 464(midResult.Original.Kind = BoundKind.Parenthesized AndAlso node.LeftOnTheRightOpt Is DirectCast(midResult.Original, BoundParenthesized).Expression)))
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
222Debug.Assert(operand.Kind <> BoundKind.Parenthesized) ' Must have been removed by now.
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
74While operand.Kind = BoundKind.Parenthesized
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (1)
58Case BoundKind.Parenthesized
Semantics\Conversions.vb (1)
1049Case BoundKind.Parenthesized
Semantics\OverloadResolution.vb (1)
3672While underlying.Kind = BoundKind.Parenthesized AndAlso underlying.Type Is Nothing
Symbols\PropertySymbol.vb (1)
198Case BoundKind.Parenthesized