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