2 writes to FEtypeFormat
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryformatter.cs (2)
192formatterEnums.FEtypeFormat = m_typeFormat; 229formatterEnums.FEtypeFormat = m_typeFormat;
6 references to FEtypeFormat
mscorlib (6)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (6)
69formatterEnums.FEtypeFormat +" "+ 387if (objectInfo.isSi || CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.TypesAlways)) 592if (CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.TypesAlways) || (objectInfo.isSi) ) 805if (CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.TypesAlways)) 1212if (!CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.XsdString)) 1241(CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.TypesAlways))))