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