4 references to ERR_ConstAsNonConstant
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Statements.vb (1)
1270ReportDiagnostic(diagnostics, errSyntax, ERRID.ERR_ConstAsNonConstant)
Errors\ErrorFacts.vb (1)
295ERRID.ERR_ConstAsNonConstant,
Symbols\Source\SourceMemberFieldSymbol.vb (2)
130binder.ReportDiagnostic(diagBag, modifiedIdentifier.Identifier, ERRID.ERR_ConstAsNonConstant) 133binder.ReportDiagnostic(diagBag, declarator.AsClause.Type, ERRID.ERR_ConstAsNonConstant)