2 references to ToApiForm
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (2)
121
public static CustomAttributeTypedArgument ToApiForm(this CustomAttributeTypedArgument<RoType> catg) =>
ToApiForm
(catg.Type, catg.Value);
170
return new CustomAttributeNamedArgument(member!,
ToApiForm
(cang.Type, cang.Value));