1 override of ComputeRawConstantValue
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (1)
68
protected sealed override object?
ComputeRawConstantValue
() => FieldDefinition.GetDefaultValue().ToRawObject(Reader);
1 reference to ComputeRawConstantValue
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Fields\RoField.cs (1)
130
public sealed override object? GetRawConstantValue() => IsLiteral ?
ComputeRawConstantValue
() : throw new InvalidOperationException();