2 writes to m_value
mscorlib (2)
system\reflection\customattribute.cs (2)
625m_value = new CustomAttributeTypedArgument(type, value); 634m_value = typedArgument;
1 reference to m_value
mscorlib (1)
system\reflection\customattribute.cs (1)
670public CustomAttributeTypedArgument TypedValue { get { return m_value; } }