4 references to ERR_CustomEventRequiresAs
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
630ERRID.ERR_CustomEventRequiresAs,
Parser\BlockContexts\DeclarationContext.vb (1)
160node = Parser.ReportSyntaxError(eventDecl, ERRID.ERR_CustomEventRequiresAs)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
SymbolsTests\Metadata\WinMdEventTest.vb (2)
1155Diagnostic(ERRID.ERR_CustomEventRequiresAs, "Public Custom Event E ' As System.Action" + Environment.NewLine), 1208Diagnostic(ERRID.ERR_CustomEventRequiresAs, "Public Custom Event E2 Implements I.E2"),