4 writes to _body
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
23783
Me.
_body
= body
23793
Me.
_body
= body
23802
Me.
_body
= body
23812
Me.
_body
= _body
7 references to _body
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
23820
writer.WriteValue(Me.
_body
)
23837
Return Me.
_body
23846
Return Me.
_body
23855
Return new SingleLineLambdaExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _subOrFunctionHeader,
_body
)
23859
Return new SingleLineLambdaExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _subOrFunctionHeader,
_body
)
40478
Dim newBody = DirectCast(Visit(node.
_body
), VisualBasicSyntaxNode)
40479
If node.
_body
IsNot newBody Then anyChanges = True