4 writes to _propertyKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _propertyKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
7015writer.WriteValue(Me._propertyKeyword)
7035Return Me._propertyKeyword
7094Return Me._propertyKeyword
7113Return new PropertyStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _propertyKeyword, _identifier, _parameterList, _asClause, _initializer, _implementsClause)
7117Return new PropertyStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _propertyKeyword, _identifier, _parameterList, _asClause, _initializer, _implementsClause)
38539If node._propertyKeyword IsNot newPropertyKeyword Then anyChanges = True