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