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