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