3 references to ERR_StructureCantUseProtected
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Utils.vb (2)
1191
ReportModifierError(modifierList, If(isProperty, ERRID.ERR_StructCantUseVarSpecifier1, ERRID.
ERR_StructureCantUseProtected
), diagBag, SyntaxKind.ProtectedKeyword)
1264
ReportModifierError(modifierList, ERRID.
ERR_StructureCantUseProtected
, diagBag, SyntaxKind.ProtectedKeyword)
Errors\ErrorFacts.vb (1)
590
ERRID.
ERR_StructureCantUseProtected
,