3 writes to _body
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
18722
Me.
_body
= body
18732
Me.
_body
= body
18741
Me.
_body
= body
6 references to _body
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
18755
Return Me.
_body
18764
Return Me.
_body
18773
Return new SingleLineLambdaExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _subOrFunctionHeader,
_body
)
18777
Return new SingleLineLambdaExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _subOrFunctionHeader,
_body
)
32550
Dim newBody = DirectCast(Visit(node.
_body
), VisualBasicSyntaxNode)
32551
If node.
_body
IsNot newBody Then anyChanges = True