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)
127GetConstantValue(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false); 203var otherValue = _otherConstant.GetConstantValue(new ConstantFieldsInProgress(this, dependencies), earlyDecodingWellKnownAttributes);
Symbols\Source\SourceMemberFieldSymbol.cs (3)
108var value = this.GetConstantValue(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false); 137GetConstantValue(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false) is { } value && 296GetConstantValue(ConstantFieldsInProgress.Empty, earlyDecodingWellKnownAttributes: false);