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