20 references to ERR_BadDeclareFlags1
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
204
ERRID.
ERR_BadDeclareFlags1
,
Symbols\Source\SourceMethodSymbol.vb (1)
225
ERRID.
ERR_BadDeclareFlags1
,
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (18)
Attributes\AttributeTests_WellKnownAttributes.vb (18)
2618
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "Shared").WithArguments("Shared"),
2619
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "Static").WithArguments("Static"),
2620
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "ReadOnly").WithArguments("ReadOnly"),
2621
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "WriteOnly").WithArguments("WriteOnly"),
2622
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "Overrides").WithArguments("Overrides"),
2623
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "Overridable").WithArguments("Overridable"),
2624
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "MustOverride").WithArguments("MustOverride"),
2625
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "NotOverridable").WithArguments("NotOverridable"),
2626
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "Dim").WithArguments("Dim"),
2627
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "Const").WithArguments("Const"),
2628
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "Static").WithArguments("Static"),
2629
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "Default").WithArguments("Default"),
2630
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "WithEvents").WithArguments("WithEvents"),
2631
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "Widening").WithArguments("Widening"),
2632
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "Narrowing").WithArguments("Narrowing"),
2633
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "Partial").WithArguments("Partial"),
2634
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "MustInherit").WithArguments("MustInherit"),
2635
Diagnostic(ERRID.
ERR_BadDeclareFlags1
, "NotInheritable").WithArguments("NotInheritable")