4 writes to _declareKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
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