1 write to _node
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\DeclarationBody\VisualBasicLambdaBody.vb (1)
19_node = node
28 references to _node
Microsoft.CodeAnalysis.VisualBasic.Features (28)
EditAndContinue\DeclarationBody\VisualBasicLambdaBody.vb (28)
24Return _node.SyntaxTree 36Return If(TypeOf _node.Parent Is LambdaExpressionSyntax, _node.Parent, _node) 41Return VisualBasicEditAndContinueAnalyzer.GetStateMachineInfo(_node) 45Return model.AnalyzeDataFlow(If(TryCast(_node.Parent, LambdaExpressionSyntax), _node)).CapturedInside 49Return SyntaxUtilities.CreateLambdaBody(LambdaUtilities.GetCorrespondingLambdaBody(_node, newLambda)) 53Return LambdaUtilities.GetLambdaBodyExpressionsAndStatements(_node) 57Return LambdaUtilities.GetLambda(_node) 67If TypeOf _node.Parent Is LambdaExpressionSyntax Then 69Dim comparer = New SyntaxComparer(_node.Parent, newLambdaBody._node.Parent, _node.Parent.ChildNodes(), newLambdaBody._node.Parent.ChildNodes(), matchingLambdas:=True, compareStatementSyntax:=True) 70Return comparer.ComputeMatch(_node.Parent, newLambdaBody._node.Parent, knownMatches) 73Dim comparer = New SyntaxComparer(_node.Parent, newLambdaBody._node.Parent, {_node}, {newLambdaBody._node}, matchingLambdas:=False, compareStatementSyntax:=True) 74Return comparer.ComputeMatch(_node.Parent, newLambdaBody._node.Parent, knownMatches) 81If TypeOf _node.Parent Is LambdaExpressionSyntax Then 82Dim oldSingleLineLambda = TryCast(_node.Parent, SingleLineLambdaExpressionSyntax) 83Dim newSingleLineLambda = TryCast(newLambdaBody._node.Parent, SingleLineLambdaExpressionSyntax) 92ElseIf oldStatement Is _node Then ' Queries 93newStatement = newLambdaBody._node