2 writes to m_ctorParams
mscorlib (2)
system\reflection\customattribute.cs (2)
376
m_ctorParams
= new CustomAttributeCtorParameter[parameters.Length];
394
CustomAttributeEncodedArgument.ParseAttributeArguments(caRecord.blob, ref
m_ctorParams
, ref m_namedParams, m_scope);
4 references to m_ctorParams
mscorlib (4)
system\reflection\customattribute.cs (4)
378
m_ctorParams
[i] = new CustomAttributeCtorParameter(InitCustomAttributeType((RuntimeType)parameters[i].ParameterType));
537
CustomAttributeTypedArgument[] typedCtorArgs = new CustomAttributeTypedArgument[
m_ctorParams
.Length];
541
CustomAttributeEncodedArgument encodedArg =
m_ctorParams
[i].CustomAttributeEncodedArgument;
543
typedCtorArgs[i] = new CustomAttributeTypedArgument(m_scope,
m_ctorParams
[i].CustomAttributeEncodedArgument);