1 write to m_name
mscorlib (1)
system\applicationid.cs (1)
49
m_name
= name;
6 references to m_name
mscorlib (6)
system\applicationid.cs (6)
65
return
m_name
;
88
return new ApplicationId(m_publicKeyToken,
m_name
, m_version, m_processorArchitecture, m_culture);
93
sb.Append(this.
m_name
);
120
if (!(Equals(this.
m_name
, other.
m_name
) &&
140
return
m_name
.GetHashCode() ^ m_version.GetHashCode();