1 instantiation of CustomAttributeCtorParameter
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
268m_ctorParams[i] = new CustomAttributeCtorParameter(new CustomAttributeType((RuntimeType)parameters[i].ParameterType));
5 references to CustomAttributeCtorParameter
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
239private readonly CustomAttributeCtorParameter[] m_ctorParams = null!; 266m_ctorParams = new CustomAttributeCtorParameter[parameters.Length]; 665CustomAttributeCtorParameter[] customAttributeCtorParameters, 706CustomAttributeCtorParameter[] customAttributeCtorParameters, 709foreach (CustomAttributeCtorParameter p in customAttributeCtorParameters)