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