4 writes to _value
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
34482
Me.
_value
= value
34494
Me.
_value
= value
34505
Me.
_value
= value
34520
Me.
_value
= _value
7 references to _value
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
34529
writer.WriteValue(Me.
_value
)
34554
Return Me.
_value
34563
Return Me.
_value
34572
Return new InterpolationAlignmentClauseSyntax(Me.Kind, newErrors, GetAnnotations, _commaToken,
_value
)
34576
Return new InterpolationAlignmentClauseSyntax(Me.Kind, GetDiagnostics, annotations, _commaToken,
_value
)
41659
Dim newValue = DirectCast(Visit(node.
_value
), ExpressionSyntax)
41660
If node.
_value
IsNot newValue Then anyChanges = True