11 references to FunctionLocalOpt
Microsoft.CodeAnalysis.VisualBasic (11)
BoundTree\BoundReturnStatement.vb (2)
20
If
FunctionLocalOpt
Is Nothing OrElse
FunctionLocalOpt
.Type IsNot LambdaSymbol.ReturnTypeIsBeingInferred Then
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
1154
Return node.Update(expressionOpt, node.
FunctionLocalOpt
, node.ExitLabelOpt)
Generated\BoundNodes.xml.Generated.vb (3)
2822
If expressionOpt IsNot Me.ExpressionOpt OrElse functionLocalOpt IsNot Me.
FunctionLocalOpt
OrElse exitLabelOpt IsNot Me.ExitLabelOpt Then
12359
Return node.Update(expressionOpt, node.
FunctionLocalOpt
, node.ExitLabelOpt)
13562
New TreeDumperNode("functionLocalOpt", node.
FunctionLocalOpt
, Nothing),
Lowering\LocalRewriter\LocalRewriter_Return.vb (5)
16
Debug.Assert(node.
FunctionLocalOpt
Is Nothing OrElse
48
Debug.Assert(node.
FunctionLocalOpt
IsNot Nothing)
50
Dim functionLocal = node.
FunctionLocalOpt
85
Debug.Assert(node.
FunctionLocalOpt
Is Nothing)
109
Debug.Assert(node.
FunctionLocalOpt
Is Nothing)