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