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