2 writes to _typeFormat
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.Core.cs (2)
30_typeFormat = _typeFormat, 73_typeFormat = _typeFormat,
5 references to _typeFormat
System.Runtime.Serialization.Formatters (5)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectWriter.cs (5)
138if (objectInfo._isSi || CheckTypeFormat(_formatterEnums._typeFormat, FormatterTypeStyle.TypesAlways)) 306if (CheckTypeFormat(_formatterEnums._typeFormat, FormatterTypeStyle.TypesAlways) || (objectInfo._isSi)) 483if (CheckTypeFormat(_formatterEnums._typeFormat, FormatterTypeStyle.TypesAlways)) 843if (!CheckTypeFormat(_formatterEnums._typeFormat, FormatterTypeStyle.XsdString)) 871(CheckTypeFormat(_formatterEnums._typeFormat, FormatterTypeStyle.TypesAlways))))