3 references to ConstantValue
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\EmitStatement.cs (1)
1768
MetadataConstant compileTimeValue = _module.CreateConstant(local.Type, local.
ConstantValue
, syntaxNode, _diagnostics.DiagnosticBag);
Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.cs (1)
36
if (!localSymbol.Type.IsReferenceType && localSymbol.
ConstantValue
== null)
Symbols\PublicModel\LocalSymbol.cs (1)
58
object ILocalSymbol.ConstantValue => _underlying.
ConstantValue
;