7 instantiations of BoundBadVariable
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Expressions.vb (5)
982
Return New
BoundBadVariable
(expr.Syntax, expr, ErrorTypeSymbol.UnknownResultType, hasErrors:=True)
1003
Return New
BoundBadVariable
(expr.Syntax, expr, ErrorTypeSymbol.UnknownResultType, hasErrors:=True)
1010
Return New
BoundBadVariable
(expr.Syntax, expr, ErrorTypeSymbol.UnknownResultType, hasErrors:=True)
1014
Return New
BoundBadVariable
(expr.Syntax, expr, ErrorTypeSymbol.UnknownResultType, hasErrors:=True)
1018
Return New
BoundBadVariable
(expr.Syntax, expr, ErrorTypeSymbol.UnknownResultType, hasErrors:=True)
BoundTree\BoundBadVariable.vb (1)
13
Me.
New
(syntax, expression, True, type, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
746
Dim result = New
BoundBadVariable
(Me.Syntax, expression, isLValue, type, Me.HasErrors)
11 references to BoundBadVariable
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1346
Public Overrides Function VisitBadVariable(node As
BoundBadVariable
) As BoundNode
BoundTree\BoundBadVariable.vb (1)
20
Public Shadows Function MakeRValue() As
BoundBadVariable
Generated\BoundNodes.xml.Generated.vb (7)
744
Public Function Update(expression As BoundExpression, isLValue As Boolean, type As TypeSymbol) As
BoundBadVariable
9331
Return VisitBadVariable(CType(node,
BoundBadVariable
), arg)
9709
Public Overridable Function VisitBadVariable(node As
BoundBadVariable
, arg As A) As R
10412
Public Overridable Function VisitBadVariable(node As
BoundBadVariable
) As BoundNode
11121
Public Overrides Function VisitBadVariable(node As
BoundBadVariable
) As BoundNode
12079
Public Overrides Function VisitBadVariable(node As
BoundBadVariable
) As BoundNode
13190
Public Overrides Function VisitBadVariable(node As
BoundBadVariable
, arg As Object) As TreeDumperNode
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
489
Public NotOverridable Overrides Function VisitBadVariable(node As
BoundBadVariable
) As BoundNode
Operations\VisualBasicOperationFactory.vb (1)
273
Return Create(DirectCast(boundNode,
BoundBadVariable
).Expression)