1 write to formatterEnums
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
66this.formatterEnums = formatterEnums;
6 references to formatterEnums
mscorlib (6)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (6)
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)) 1236if ((isNull) && (((formatterEnums.FEserializerTypeEnum == InternalSerializerTypeE.Binary)) || 1241(CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.TypesAlways))))