3 writes to m_profile
System (3)
sys\system\runtime\versioning\FrameworkName.cs (3)
121m_profile = (profile == null) ? String.Empty : profile.Trim(); 154m_profile = String.Empty; 193m_profile = value;
2 references to m_profile
System (2)
sys\system\runtime\versioning\FrameworkName.cs (2)
46Contract.Assert(m_profile != null); 47return m_profile;