3 writes to _version
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
22185
Me.
_version
= version
22209
Me.
_version
= version
22232
Me.
_version
= version
6 references to _version
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
22264
Return Me.
_version
22299
Return Me.
_version
22314
Return new XmlDeclarationSyntax(Me.Kind, newErrors, GetAnnotations, _lessThanQuestionToken, _xmlKeyword,
_version
, _encoding, _standalone, _questionGreaterThanToken)
22318
Return new XmlDeclarationSyntax(Me.Kind, GetDiagnostics, annotations, _lessThanQuestionToken, _xmlKeyword,
_version
, _encoding, _standalone, _questionGreaterThanToken)
33058
Dim newVersion = DirectCast(Visit(node.
_version
), XmlDeclarationOptionSyntax)
33059
If node.
_version
IsNot newVersion Then anyChanges = True