2 references to GetDefaultValue
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Property.cs (1)
80
Ecma.ConstantHandle defaultValue = propDef.
GetDefaultValue
();
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
62
protected sealed override object? ComputeRawConstantValue() => PropertyDefinition.
GetDefaultValue
().ToRawObject(Reader);