4 writes to _endPropertyStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _endPropertyStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
5058writer.WriteValue(Me._endPropertyStatement)
5093Return Me._endPropertyStatement
5104Return Me._endPropertyStatement
5113Return new PropertyBlockSyntax(Me.Kind, newErrors, GetAnnotations, _propertyStatement, _accessors, _endPropertyStatement)
5117Return new PropertyBlockSyntax(Me.Kind, GetDiagnostics, annotations, _propertyStatement, _accessors, _endPropertyStatement)
38325Dim newEndPropertyStatement = DirectCast(Visit(node._endPropertyStatement), EndBlockStatementSyntax)
38326If node._endPropertyStatement IsNot newEndPropertyStatement Then anyChanges = True