2 references to ToMarshalAsAttribute
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (1)
38
protected sealed override MarshalAsAttribute ComputeMarshalAsAttribute() => FieldDefinition.GetMarshallingDescriptor().
ToMarshalAsAttribute
(_module);
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (1)
65
protected sealed override MarshalAsAttribute ComputeMarshalAsAttribute() => Parameter.GetMarshallingDescriptor().
ToMarshalAsAttribute
(GetEcmaModule());