1 write to PropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\DeclarationBody\PropertyWithNewClauseDeclarationBody.vb (1)
20
Me.
PropertyStatement
= propertyStatement
6 references to PropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Features (6)
EditAndContinue\DeclarationBody\PropertyWithNewClauseDeclarationBody.vb (6)
25
Return
PropertyStatement
31
Return DirectCast(
PropertyStatement
.AsClause, AsNewClauseSyntax).NewExpression
37
Return TextSpan.FromBounds(
PropertyStatement
.Identifier.Span.Start,
PropertyStatement
.AsClause.Span.End)
43
Return SpecializedCollections.SingletonEnumerable(
PropertyStatement
.Identifier).Concat(
PropertyStatement
.AsClause.DescendantTokens())