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