1 write to m_type
System.AddIn (1)
System\Addin\Hosting\QualificationDataItem.cs (1)
28
m_type
= addInSegmentType;
4 references to m_type
System.AddIn (4)
System\Addin\Hosting\QualificationDataItem.cs (4)
35
get { return
m_type
; }
53
m_type
== that.
m_type
);
58
return
m_type
.GetHashCode() ^ (Name == null ? 0 : Name.GetHashCode());