Base:
method
GetConstantValue
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbol.GetConstantValue(Microsoft.CodeAnalysis.CSharp.ConstantFieldsInProgress, System.Boolean)
5 references to GetConstantValue
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceEnumConstantSymbol.cs (2)
127
GetConstantValue
(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false);
203
var otherValue = _otherConstant.
GetConstantValue
(new ConstantFieldsInProgress(this, dependencies), earlyDecodingWellKnownAttributes);
Symbols\Source\SourceMemberFieldSymbol.cs (3)
108
var value = this.
GetConstantValue
(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false);
137
GetConstantValue
(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false) is { } value &&
296
GetConstantValue
(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false);