4 writes to _importsKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
723Me._importsKeyword = importsKeyword 737Me._importsKeyword = importsKeyword 750Me._importsKeyword = importsKeyword 764Me._importsKeyword = _importsKeyword
7 references to _importsKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
777writer.WriteValue(Me._importsKeyword) 794Return Me._importsKeyword 814Return Me._importsKeyword 825Return new ImportsStatementSyntax(Me.Kind, newErrors, GetAnnotations, _importsKeyword, _importsClauses) 829Return new ImportsStatementSyntax(Me.Kind, GetDiagnostics, annotations, _importsKeyword, _importsClauses) 37811If node._importsKeyword IsNot newImportsKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
769return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ImportsStatementSyntax)._importsKeyword, Me.Position, 0)