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