8 references to ERR_ConstAsNonConstant
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Statements.vb (1)
1239ReportDiagnostic(diagnostics, errSyntax, ERRID.ERR_ConstAsNonConstant)
Errors\ErrorFacts.vb (1)
293ERRID.ERR_ConstAsNonConstant,
Symbols\Source\SourceMemberFieldSymbol.vb (2)
116binder.ReportDiagnostic(diagBag, modifiedIdentifier.Identifier, ERRID.ERR_ConstAsNonConstant) 119binder.ReportDiagnostic(diagBag, declarator.AsClause.Type, ERRID.ERR_ConstAsNonConstant)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (4)
CodeGen\CodeGenNullable.vb (4)
3379comp.VerifyDiagnostics(Diagnostic(ERRID.ERR_ConstAsNonConstant, "Boolean?"), 3380Diagnostic(ERRID.ERR_ConstAsNonConstant, "ULong?"), 3381Diagnostic(ERRID.ERR_ConstAsNonConstant, "E?"), 3382Diagnostic(ERRID.ERR_ConstAsNonConstant, "S?"))