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