5 overrides of MakeConstantValue
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\GlobalExpressionVariable.cs (1)
64
protected override ConstantValue
MakeConstantValue
(
Symbols\Source\SourceEnumConstantSymbol.cs (3)
155
protected override ConstantValue
MakeConstantValue
(HashSet<SourceFieldSymbolWithSyntaxReference> dependencies, bool earlyDecodingWellKnownAttributes, BindingDiagnosticBag diagnostics)
173
protected override ConstantValue
MakeConstantValue
(HashSet<SourceFieldSymbolWithSyntaxReference> dependencies, bool earlyDecodingWellKnownAttributes, BindingDiagnosticBag diagnostics)
202
protected override ConstantValue
MakeConstantValue
(HashSet<SourceFieldSymbolWithSyntaxReference> dependencies, bool earlyDecodingWellKnownAttributes, BindingDiagnosticBag diagnostics)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
634
protected sealed override ConstantValue
MakeConstantValue
(HashSet<SourceFieldSymbolWithSyntaxReference> dependencies, bool earlyDecodingWellKnownAttributes, BindingDiagnosticBag diagnostics)
2 references to MakeConstantValue
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceFieldSymbol.cs (2)
294
value =
MakeConstantValue
(builder, earlyDecodingWellKnownAttributes, diagnostics);
336
var value =
MakeConstantValue
(builder, earlyDecodingWellKnownAttributes, diagnostics);