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