4 writes to _propertyStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _propertyStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
5056writer.WriteValue(Me._propertyStatement)
5074Return Me._propertyStatement
5100Return Me._propertyStatement
5113Return new PropertyBlockSyntax(Me.Kind, newErrors, GetAnnotations, _propertyStatement, _accessors, _endPropertyStatement)
5117Return new PropertyBlockSyntax(Me.Kind, GetDiagnostics, annotations, _propertyStatement, _accessors, _endPropertyStatement)
38321Dim newPropertyStatement = DirectCast(Visit(node._propertyStatement), PropertyStatementSyntax)
38322If node._propertyStatement IsNot newPropertyStatement Then anyChanges = True