4 references to ERR_OptionalIllegal1
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Delegates.vb (1)
934diagnostics.Add(ERRID.ERR_OptionalIllegal1, location, GetDelegateOrEventKeywordText(container))
Binding\Binder_Utils.vb (1)
937diagnostics.Add(ERRID.ERR_OptionalIllegal1, token.GetLocation(), container.GetKindText())
Errors\ErrorFacts.vb (1)
943ERRID.ERR_OptionalIllegal1,
Symbols\Source\UnboundLambdaParameterSymbol.vb (1)
76Binder.ReportDiagnostic(diagBag, GetModifierToken(syntax.Modifiers, SyntaxKind.OptionalKeyword), ERRID.ERR_OptionalIllegal1, StringConstants.Lambda)