4 writes to _value
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
16213
Me.
_value
= value
16229
Me.
_value
= value
16244
Me.
_value
= value
16264
Me.
_value
= _value
7 references to _value
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
16274
writer.WriteValue(Me.
_value
)
16312
Return Me.
_value
16323
Return Me.
_value
16332
Return new RelationalCaseClauseSyntax(Me.Kind, newErrors, GetAnnotations, _isKeyword, _operatorToken,
_value
)
16336
Return new RelationalCaseClauseSyntax(Me.Kind, GetDiagnostics, annotations, _isKeyword, _operatorToken,
_value
)
39595
Dim newValue = DirectCast(Visit(node.
_value
), ExpressionSyntax)
39596
If node.
_value
IsNot newValue Then anyChanges = True