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