4 writes to _declareKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
5979Me._declareKeyword = declareKeyword 6013Me._declareKeyword = declareKeyword 6046Me._declareKeyword = declareKeyword 6080Me._declareKeyword = _declareKeyword
7 references to _declareKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
6128writer.WriteValue(Me._declareKeyword) 6152Return Me._declareKeyword 6249Return Me._declareKeyword 6276Return new DeclareStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword, _aliasName, _parameterList, _asClause) 6280Return new DeclareStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword, _aliasName, _parameterList, _asClause) 38427If node._declareKeyword IsNot newDeclareKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
7327return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DeclareStatementSyntax)._declareKeyword, Me.GetChildPosition(2), Me.GetChildIndex(2))