6 references to Parameter
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (6)
35protected sealed override string? ComputeName() => Parameter.Name.GetStringOrNull(Reader); 36protected sealed override ParameterAttributes ComputeAttributes() => Parameter.Attributes; 38protected sealed override IEnumerable<CustomAttributeData> GetTrueCustomAttributes() => Parameter.GetCustomAttributes().ToTrueCustomAttributes(GetEcmaModule()); 55ConstantHandle ch = Parameter.GetDefaultValue(); 62return Parameter.GetCustomAttributes().TryFindRawDefaultValueFromCustomAttributes(GetEcmaModule(), out rawDefaultValue); 65protected sealed override MarshalAsAttribute ComputeMarshalAsAttribute() => Parameter.GetMarshallingDescriptor().ToMarshalAsAttribute(GetEcmaModule());