Remove MetadataHelpers.GenericParameterAttributesAllowByRefLike
in favor of GenericParameterAttributes.AllowByRefLike
#73548
Open
Description
opened on May 17, 2024
// PROTOTYPE(RefStructInterfaces): Remove this constant and refer to GenericParameterAttributes.AllowByRefLike directly once the new enum member becomes available.
// See // https://github.com/dotnet/runtime/issues/68002#issuecomment-1942166436 for more details.
public const System.Reflection.GenericParameterAttributes GenericParameterAttributesAllowByRefLike = (System.Reflection.GenericParameterAttributes)0x0020;
Activity