1 override of ComputeMarshalAsAttribute
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (1)
65protected sealed override MarshalAsAttribute ComputeMarshalAsAttribute() => Parameter.GetMarshallingDescriptor().ToMarshalAsAttribute(GetEcmaModule());
1 reference to ComputeMarshalAsAttribute
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs (1)
62CustomAttributeData? cad = CustomAttributeHelpers.TryComputeMarshalAsCustomAttributeData(ComputeMarshalAsAttribute, Loader);