1 instantiation of PropertyBlockContext
Microsoft.CodeAnalysis.VisualBasic (1)
Parser\BlockContexts\DeclarationContext.vb (1)
136
Return New
PropertyBlockContext
(propertyStatement, Me, isPropertyBlock)
2 references to PropertyBlockContext
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\BlockContexts\DeclarationContext.vb (1)
125
node =
PropertyBlockContext
.ReportErrorIfHasInitializer(DirectCast(node, PropertyStatementSyntax))
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (1)
75
node =
PropertyBlockContext
.ReportErrorIfHasInitializer(DirectCast(node, PropertyStatementSyntax))