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