4 references to ERR_ParamArrayIllegal1
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Delegates.vb (1)
927diagnostics.Add(ERRID.ERR_ParamArrayIllegal1, location, GetDelegateOrEventKeywordText(container))
Binding\Binder_Utils.vb (1)
932diagnostics.Add(ERRID.ERR_ParamArrayIllegal1, token.GetLocation(), container.GetKindText())
Errors\ErrorFacts.vb (1)
942ERRID.ERR_ParamArrayIllegal1,
Symbols\Source\UnboundLambdaParameterSymbol.vb (1)
71Binder.ReportDiagnostic(diagBag, GetModifierToken(syntax.Modifiers, SyntaxKind.ParamArrayKeyword), ERRID.ERR_ParamArrayIllegal1, StringConstants.Lambda)