2 writes to m_bUseMlangTypeForSerialization
mscorlib (2)
system\text\eucjpencoding.cs (1)
57this.m_bUseMlangTypeForSerialization = true;
system\text\iso2022encoding.cs (1)
68this.m_bUseMlangTypeForSerialization = true;
2 references to m_bUseMlangTypeForSerialization
mscorlib (2)
system\text\basecodepageencoding.cs (2)
192info.AddValue(m_bUseMlangTypeForSerialization ? "m_maxByteSize" : "maxCharSize", 196info.SetType(m_bUseMlangTypeForSerialization ? typeof(MLangCodePageEncoding) :