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