3 writes to _value
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
22347
Me.
_value
= value
22361
Me.
_value
= value
22374
Me.
_value
= value
6 references to _value
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
22396
Return Me.
_value
22407
Return Me.
_value
22416
Return new XmlDeclarationOptionSyntax(Me.Kind, newErrors, GetAnnotations, _name, _equals,
_value
)
22420
Return new XmlDeclarationOptionSyntax(Me.Kind, GetDiagnostics, annotations, _name, _equals,
_value
)
33081
Dim newValue = DirectCast(Visit(node.
_value
), XmlStringSyntax)
33082
If node.
_value
IsNot newValue Then anyChanges = True