3 writes to _value
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
12795
Me.
_value
= value
12811
Me.
_value
= value
12826
Me.
_value
= value
6 references to _value
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
12861
Return Me.
_value
12872
Return Me.
_value
12881
Return new RelationalCaseClauseSyntax(Me.Kind, newErrors, GetAnnotations, _isKeyword, _operatorToken,
_value
)
12885
Return new RelationalCaseClauseSyntax(Me.Kind, GetDiagnostics, annotations, _isKeyword, _operatorToken,
_value
)
31667
Dim newValue = DirectCast(Visit(node.
_value
), ExpressionSyntax)
31668
If node.
_value
IsNot newValue Then anyChanges = True