3 writes to _xmlKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
22183
Me.
_xmlKeyword
= xmlKeyword
22207
Me.
_xmlKeyword
= xmlKeyword
22230
Me.
_xmlKeyword
= xmlKeyword
7 references to _xmlKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (5)
22258
Return Me.
_xmlKeyword
22297
Return Me.
_xmlKeyword
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)
33057
If node.
_xmlKeyword
IsNot newXmlKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
30607
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlDeclarationSyntax).
_xmlKeyword
, Me.GetChildPosition(1), Me.GetChildIndex(1))
Parser\ParseXml.vb (1)
2081
If node.
_xmlKeyword
IsNot xmlKeyword Then anyChanges = True