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