1 write to m_value
System.AddIn (1)
System\Addin\Hosting\QualificationDataItem.cs (1)
30m_value = val;
3 references to m_value
System.AddIn (3)
System\Addin\Hosting\QualificationDataItem.cs (3)
45get { return m_value; } 52String.Equals(m_value, that.m_value, StringComparison.Ordinal) &&