1 write to PropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\DeclarationBody\PropertyWithInitializerDeclarationBody.vb (1)
19Me.PropertyStatement = propertyStatement
9 references to PropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Features (9)
EditAndContinue\DeclarationBody\PropertyWithInitializerDeclarationBody.vb (9)
24Return PropertyStatement 30Return PropertyStatement.Initializer.Value 36Return TextSpan.FromBounds(PropertyStatement.Identifier.Span.Start, PropertyStatement.Initializer.Span.End) 42Return SpecializedCollections.SingletonEnumerable(PropertyStatement.Identifier).Concat( 43If(PropertyStatement.AsClause IsNot Nothing, getDescendantTokens(PropertyStatement.AsClause), Array.Empty(Of SyntaxToken))). 44Concat(getDescendantTokens(PropertyStatement.Initializer)) 48Return getDescendantTokens(PropertyStatement.Initializer.Value)