1 write to PropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\DeclarationBody\PropertyWithInitializerDeclarationBody.vb (1)
20
Me.
PropertyStatement
= propertyStatement
9 references to PropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Features (9)
EditAndContinue\DeclarationBody\PropertyWithInitializerDeclarationBody.vb (9)
25
Return
PropertyStatement
31
Return
PropertyStatement
.Initializer.Value
37
Return TextSpan.FromBounds(
PropertyStatement
.Identifier.Span.Start,
PropertyStatement
.Initializer.Span.End)
43
Return SpecializedCollections.SingletonEnumerable(
PropertyStatement
.Identifier).Concat(
44
If(
PropertyStatement
.AsClause IsNot Nothing, getDescendantTokens(
PropertyStatement
.AsClause), Array.Empty(Of SyntaxToken))).
45
Concat(getDescendantTokens(
PropertyStatement
.Initializer))
49
Return getDescendantTokens(
PropertyStatement
.Initializer.Value)