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