4 writes to m_isReadOnly
mscorlib (4)
system\text\encoding.cs (4)
257
m_isReadOnly
= true;
314
this.
m_isReadOnly
= (bool)info.GetValue("m_isReadOnly", typeof(bool));
327
this.
m_isReadOnly
= true;
900
newEncoding.
m_isReadOnly
= false;
2 references to m_isReadOnly
mscorlib (2)
system\text\encoding.cs (2)
340
info.AddValue("m_isReadOnly", this.
m_isReadOnly
);
910
return (
m_isReadOnly
);