1 write to _node
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\DeclarationBody\VisualBasicLambdaBody.vb (1)
20_node = node
28 references to _node
Microsoft.CodeAnalysis.VisualBasic.Features (28)
EditAndContinue\DeclarationBody\VisualBasicLambdaBody.vb (28)
25Return _node.SyntaxTree 37Return If(TypeOf _node.Parent Is LambdaExpressionSyntax, _node.Parent, _node) 42Return VisualBasicEditAndContinueAnalyzer.GetStateMachineInfo(_node) 46Return model.AnalyzeDataFlow(If(TryCast(_node.Parent, LambdaExpressionSyntax), _node)).CapturedInside 50Return SyntaxUtilities.CreateLambdaBody(LambdaUtilities.GetCorrespondingLambdaBody(_node, newLambda)) 54Return LambdaUtilities.GetLambdaBodyExpressionsAndStatements(_node) 58Return LambdaUtilities.GetLambda(_node) 68If TypeOf _node.Parent Is LambdaExpressionSyntax Then 70Dim comparer = New SyntaxComparer(_node.Parent, newLambdaBody._node.Parent, _node.Parent.ChildNodes(), newLambdaBody._node.Parent.ChildNodes(), matchingLambdas:=True, compareStatementSyntax:=True) 71Return comparer.ComputeMatch(_node.Parent, newLambdaBody._node.Parent, knownMatches) 74Dim comparer = New SyntaxComparer(_node.Parent, newLambdaBody._node.Parent, {_node}, {newLambdaBody._node}, matchingLambdas:=False, compareStatementSyntax:=True) 75Return comparer.ComputeMatch(_node.Parent, newLambdaBody._node.Parent, knownMatches) 82If TypeOf _node.Parent Is LambdaExpressionSyntax Then 83Dim oldSingleLineLambda = TryCast(_node.Parent, SingleLineLambdaExpressionSyntax) 84Dim newSingleLineLambda = TryCast(newLambdaBody._node.Parent, SingleLineLambdaExpressionSyntax) 93ElseIf oldStatement Is _node Then ' Queries 94newStatement = newLambdaBody._node