3 writes to _value
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
22998
Me.
_value
= value
23012
Me.
_value
= value
23025
Me.
_value
= value
6 references to _value
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
23047
Return Me.
_value
23058
Return Me.
_value
23067
Return new XmlAttributeSyntax(Me.Kind, newErrors, GetAnnotations, _name, _equalsToken,
_value
)
23071
Return new XmlAttributeSyntax(Me.Kind, GetDiagnostics, annotations, _name, _equalsToken,
_value
)
33183
Dim newValue = DirectCast(Visit(node.
_value
), XmlNodeSyntax)
33184
If node.
_value
IsNot newValue Then anyChanges = True