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)
1154Return node.Update(expressionOpt, node.FunctionLocalOpt, node.ExitLabelOpt)
Generated\BoundNodes.xml.Generated.vb (3)
2822If expressionOpt IsNot Me.ExpressionOpt OrElse functionLocalOpt IsNot Me.FunctionLocalOpt OrElse exitLabelOpt IsNot Me.ExitLabelOpt Then 12359Return node.Update(expressionOpt, node.FunctionLocalOpt, node.ExitLabelOpt) 13562New 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)