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