3 writes to _value
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
12604
Me.
_value
= value
12614
Me.
_value
= value
12623
Me.
_value
= value
6 references to _value
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
12636
Return Me.
_value
12642
Return Me.
_value
12651
Return new SimpleCaseClauseSyntax(Me.Kind, newErrors, GetAnnotations,
_value
)
12655
Return new SimpleCaseClauseSyntax(Me.Kind, GetDiagnostics, annotations,
_value
)
31633
Dim newValue = DirectCast(Visit(node.
_value
), ExpressionSyntax)
31634
If node.
_value
IsNot newValue Then anyChanges = True