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