6 references to ERR_StructCantUseVarSpecifier1
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Utils.vb (2)
1191ReportModifierError(modifierList, If(isProperty, ERRID.ERR_StructCantUseVarSpecifier1, ERRID.ERR_StructureCantUseProtected), diagBag, SyntaxKind.ProtectedKeyword) 1198ReportModifierError(modifierList, ERRID.ERR_StructCantUseVarSpecifier1, diagBag,
Errors\ErrorFacts.vb (1)
300ERRID.ERR_StructCantUseVarSpecifier1,
Symbols\Source\SourceMemberFieldSymbol.vb (2)
429binder.ReportModifierError(syntax.Modifiers, ERRID.ERR_StructCantUseVarSpecifier1, diagBag.DiagnosticBag, SyntaxKind.ProtectedKeyword) 435binder.ReportModifierError(syntax.Modifiers, ERRID.ERR_StructCantUseVarSpecifier1, diagBag.DiagnosticBag, SyntaxKind.WithEventsKeyword)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
92binder.ReportModifierError(syntax.Modifiers, ERRID.ERR_StructCantUseVarSpecifier1, diagnostics, SyntaxKind.ProtectedKeyword)