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