3 references to ReportErrorIfHasInitializer
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\BlockContexts\DeclarationContext.vb (1)
125node = PropertyBlockContext.ReportErrorIfHasInitializer(DirectCast(node, PropertyStatementSyntax))
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (1)
75node = PropertyBlockContext.ReportErrorIfHasInitializer(DirectCast(node, PropertyStatementSyntax))
Parser\BlockContexts\PropertyBlockContext.vb (1)
44beginBlockStmt = ReportErrorIfHasInitializer(beginBlockStmt)