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)
24
Return
_node
.SyntaxTree
36
Return If(TypeOf
_node
.Parent Is LambdaExpressionSyntax,
_node
.Parent,
_node
)
41
Return VisualBasicEditAndContinueAnalyzer.GetStateMachineInfo(
_node
)
45
Return model.AnalyzeDataFlow(If(TryCast(
_node
.Parent, LambdaExpressionSyntax),
_node
)).CapturedInside
49
Return SyntaxUtilities.CreateLambdaBody(LambdaUtilities.GetCorrespondingLambdaBody(
_node
, newLambda))
53
Return LambdaUtilities.GetLambdaBodyExpressionsAndStatements(
_node
)
57
Return LambdaUtilities.GetLambda(
_node
)
67
If TypeOf
_node
.Parent Is LambdaExpressionSyntax Then
69
Dim comparer = New SyntaxComparer(
_node
.Parent, newLambdaBody.
_node
.Parent,
_node
.Parent.ChildNodes(), newLambdaBody.
_node
.Parent.ChildNodes(), matchingLambdas:=True, compareStatementSyntax:=True)
70
Return comparer.ComputeMatch(
_node
.Parent, newLambdaBody.
_node
.Parent, knownMatches)
73
Dim comparer = New SyntaxComparer(
_node
.Parent, newLambdaBody.
_node
.Parent, {
_node
}, {newLambdaBody.
_node
}, matchingLambdas:=False, compareStatementSyntax:=True)
74
Return comparer.ComputeMatch(
_node
.Parent, newLambdaBody.
_node
.Parent, knownMatches)
81
If TypeOf
_node
.Parent Is LambdaExpressionSyntax Then
82
Dim oldSingleLineLambda = TryCast(
_node
.Parent, SingleLineLambdaExpressionSyntax)
83
Dim newSingleLineLambda = TryCast(newLambdaBody.
_node
.Parent, SingleLineLambdaExpressionSyntax)
92
ElseIf oldStatement Is
_node
Then ' Queries
93
newStatement = newLambdaBody.
_node