4 writes to _standalone
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
28191Me._standalone = standalone 28215Me._standalone = standalone 28238Me._standalone = standalone 28271Me._standalone = _standalone
7 references to _standalone
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
28288writer.WriteValue(Me._standalone) 28332Return Me._standalone 28353Return Me._standalone 28364Return new XmlDeclarationSyntax(Me.Kind, newErrors, GetAnnotations, _lessThanQuestionToken, _xmlKeyword, _version, _encoding, _standalone, _questionGreaterThanToken) 28368Return new XmlDeclarationSyntax(Me.Kind, GetDiagnostics, annotations, _lessThanQuestionToken, _xmlKeyword, _version, _encoding, _standalone, _questionGreaterThanToken) 40990Dim newStandalone = DirectCast(Visit(node._standalone), XmlDeclarationOptionSyntax) 40991If node._standalone IsNot newStandalone Then anyChanges = True