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