1 override of ComputeMarshalAsAttribute
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (1)
38
protected sealed override MarshalAsAttribute
ComputeMarshalAsAttribute
() => FieldDefinition.GetMarshallingDescriptor().ToMarshalAsAttribute(_module);
1 reference to ComputeMarshalAsAttribute
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Fields\RoField.cs (1)
69
CustomAttributeData? cad = CustomAttributeHelpers.TryComputeMarshalAsCustomAttributeData(
ComputeMarshalAsAttribute
, Loader);