2 references to CustomAttributeEncodedArgument
mscorlib (2)
system\reflection\customattribute.cs (2)
541CustomAttributeEncodedArgument encodedArg = m_ctorParams[i].CustomAttributeEncodedArgument; 543typedCtorArgs[i] = new CustomAttributeTypedArgument(m_scope, m_ctorParams[i].CustomAttributeEncodedArgument);