2 instantiations of CustomAttributeEncodedArgument
mscorlib (2)
system\reflection\customattribute.cs (2)
1091m_encodedArgument = new CustomAttributeEncodedArgument(); 1113m_encodedArgument = new CustomAttributeEncodedArgument();
9 references to CustomAttributeEncodedArgument
mscorlib (9)
system\reflection\customattribute.cs (9)
394CustomAttributeEncodedArgument.ParseAttributeArguments(caRecord.blob, ref m_ctorParams, ref m_namedParams, m_scope); 541CustomAttributeEncodedArgument encodedArg = m_ctorParams[i].CustomAttributeEncodedArgument; 847internal CustomAttributeTypedArgument(RuntimeModule scope, CustomAttributeEncodedArgument encodedArg) 1055private CustomAttributeEncodedArgument[] m_arrayValue; 1063public CustomAttributeEncodedArgument[] ArrayValue { get { return m_arrayValue; } } 1077private CustomAttributeEncodedArgument m_encodedArgument; 1096public CustomAttributeEncodedArgument EncodedArgument { get { return m_encodedArgument; } } 1106private CustomAttributeEncodedArgument m_encodedArgument; 1118public CustomAttributeEncodedArgument CustomAttributeEncodedArgument { get { return m_encodedArgument; } }