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