2 writes to m_isReadOnly
mscorlib (2)
system\text\codepageencoding.cs (2)
60this.m_isReadOnly = (bool)info.GetValue("m_isReadOnly", typeof(bool)); 73this.m_isReadOnly = true;
1 reference to m_isReadOnly
mscorlib (1)
system\text\codepageencoding.cs (1)
86if (!this.m_deserializedFromEverett && !this.m_isReadOnly)