4 writes to _propertyKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
6916Me._propertyKeyword = propertyKeyword 6940Me._propertyKeyword = propertyKeyword 6963Me._propertyKeyword = propertyKeyword 6987Me._propertyKeyword = _propertyKeyword
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
Generated\Syntax.xml.Syntax.Generated.vb (1)
8715return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.PropertyStatementSyntax)._propertyKeyword, Me.GetChildPosition(2), Me.GetChildIndex(2))