1 instantiation of CustomAttributeCtorParameter
mscorlib (1)
system\reflection\customattribute.cs (1)
378m_ctorParams[i] = new CustomAttributeCtorParameter(InitCustomAttributeType((RuntimeType)parameters[i].ParameterType));
4 references to CustomAttributeCtorParameter
mscorlib (4)
system\reflection\customattribute.cs (4)
358private CustomAttributeCtorParameter[] m_ctorParams; 376m_ctorParams = new CustomAttributeCtorParameter[parameters.Length]; 1021ref CustomAttributeCtorParameter[] CustomAttributeCtorParameters, 1027ref CustomAttributeCtorParameter[] customAttributeCtorParameters,