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)
25
Return
_node
.SyntaxTree
37
Return If(TypeOf
_node
.Parent Is LambdaExpressionSyntax,
_node
.Parent,
_node
)
42
Return VisualBasicEditAndContinueAnalyzer.GetStateMachineInfo(
_node
)
46
Return model.AnalyzeDataFlow(If(TryCast(
_node
.Parent, LambdaExpressionSyntax),
_node
)).CapturedInside
50
Return SyntaxUtilities.CreateLambdaBody(LambdaUtilities.GetCorrespondingLambdaBody(
_node
, newLambda))
54
Return LambdaUtilities.GetLambdaBodyExpressionsAndStatements(
_node
)
58
Return LambdaUtilities.GetLambda(
_node
)
68
If TypeOf
_node
.Parent Is LambdaExpressionSyntax Then
70
Dim comparer = New SyntaxComparer(
_node
.Parent, newLambdaBody.
_node
.Parent,
_node
.Parent.ChildNodes(), newLambdaBody.
_node
.Parent.ChildNodes(), matchingLambdas:=True, compareStatementSyntax:=True)
71
Return comparer.ComputeMatch(
_node
.Parent, newLambdaBody.
_node
.Parent, knownMatches)
74
Dim comparer = New SyntaxComparer(
_node
.Parent, newLambdaBody.
_node
.Parent, {
_node
}, {newLambdaBody.
_node
}, matchingLambdas:=False, compareStatementSyntax:=True)
75
Return comparer.ComputeMatch(
_node
.Parent, newLambdaBody.
_node
.Parent, knownMatches)
82
If TypeOf
_node
.Parent Is LambdaExpressionSyntax Then
83
Dim oldSingleLineLambda = TryCast(
_node
.Parent, SingleLineLambdaExpressionSyntax)
84
Dim newSingleLineLambda = TryCast(newLambdaBody.
_node
.Parent, SingleLineLambdaExpressionSyntax)
93
ElseIf oldStatement Is
_node
Then ' Queries
94
newStatement = newLambdaBody.
_node