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)
128GetConstantValue(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false); 204var otherValue = _otherConstant.GetConstantValue(new ConstantFieldsInProgress(this, dependencies), earlyDecodingWellKnownAttributes);
Symbols\Source\SourceMemberFieldSymbol.cs (3)
119var value = this.GetConstantValue(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false); 148GetConstantValue(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false) is { } value && 307GetConstantValue(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false);