4 references to ERR_BadInterfaceMethodFlags1
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Utils.vb (1)
1182
ReportModifierError(modifierList, If(isProperty, ERRID.ERR_BadInterfacePropertyFlags1, ERRID.
ERR_BadInterfaceMethodFlags1
), diagBag, InvalidModifiersInInterface)
Errors\ErrorFacts.vb (1)
220
ERRID.
ERR_BadInterfaceMethodFlags1
,
Symbols\Source\ImplementsHelper.vb (1)
102
errorid = ERRID.
ERR_BadInterfaceMethodFlags1
Symbols\Source\SourceMethodSymbol.vb (1)
103
binder.ReportDiagnostic(diagBag, syntax.HandlesClause, ERRID.
ERR_BadInterfaceMethodFlags1
, syntax.HandlesClause.HandlesKeyword.ToString)