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