2 references to TryComputeMarshalAsCustomAttributeData
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Fields\RoField.cs (1)
69
CustomAttributeData? cad = CustomAttributeHelpers.
TryComputeMarshalAsCustomAttributeData
(ComputeMarshalAsAttribute, Loader);
System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs (1)
62
CustomAttributeData? cad = CustomAttributeHelpers.
TryComputeMarshalAsCustomAttributeData
(ComputeMarshalAsAttribute, Loader);