2 references to CustomAttributeHelpers
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);