3 references to CustomAttributeTypedArgument
mscorlib (3)
system\reflection\customattribute.cs (3)
543
typedCtorArgs[i] = new
CustomAttributeTypedArgument
(m_scope, m_ctorParams[i].CustomAttributeEncodedArgument);
575
m_members[i], new
CustomAttributeTypedArgument
(m_scope, m_namedParams[i].EncodedArgument));
897
arrayValue[i] = new
CustomAttributeTypedArgument
(scope, encodedArg.ArrayValue[i]);