2 writes to m_isReadOnly
mscorlib (2)
system\text\mlangcodepageencoding.cs (2)
62this.m_isReadOnly = (bool)info.GetValue("m_isReadOnly", typeof(bool)); 75this.m_isReadOnly = true;
1 reference to m_isReadOnly
mscorlib (1)
system\text\mlangcodepageencoding.cs (1)
88if (!this.m_deserializedFromEverett && !this.m_isReadOnly)