1 write to PropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\DeclarationBody\PropertyWithInitializerDeclarationBody.vb (1)
21
Me.
PropertyStatement
= propertyStatement
9 references to PropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Features (9)
EditAndContinue\DeclarationBody\PropertyWithInitializerDeclarationBody.vb (9)
26
Return
PropertyStatement
32
Return
PropertyStatement
.Initializer.Value
38
Return TextSpan.FromBounds(
PropertyStatement
.Identifier.Span.Start,
PropertyStatement
.Initializer.Span.End)
44
Return SpecializedCollections.SingletonEnumerable(
PropertyStatement
.Identifier).Concat(
45
If(
PropertyStatement
.AsClause IsNot Nothing, getDescendantTokens(
PropertyStatement
.AsClause), Array.Empty(Of SyntaxToken))).
46
Concat(getDescendantTokens(
PropertyStatement
.Initializer))
50
Return getDescendantTokens(
PropertyStatement
.Initializer.Value)