3 references to ParameterList
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\BlockContexts\PropertyBlockContext.vb (3)
125
If beginBlockStmt.
ParameterList
IsNot Nothing AndAlso beginBlockStmt.
ParameterList
.Parameters.Count > 0 Then
131
Parser.ReportSyntaxError(beginBlockStmt.
ParameterList
, ERRID.ERR_AutoPropertyCantHaveParams),