1 write to PropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\DeclarationBody\PropertyWithInitializerDeclarationBody.vb (1)
20Me.PropertyStatement = propertyStatement
7 references to PropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Features (7)
EditAndContinue\DeclarationBody\PropertyWithInitializerDeclarationBody.vb (7)
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?.DescendantTokens(), Array.Empty(Of SyntaxToken))).Concat(PropertyStatement.Initializer.DescendantTokens())