19 references to FormatterTypeStyle
mscorlib (13)
system\runtime\serialization\formatters\binary\binaryformatter.cs (3)
49
internal
FormatterTypeStyle
m_typeFormat =
FormatterTypeStyle
.TypesAlways; // For version resiliency, always put out types
58
public
FormatterTypeStyle
TypeFormat
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (2)
33
internal
FormatterTypeStyle
formatterTypeStyle;
45
internal __BinaryWriter(Stream sout, ObjectWriter objectWriter,
FormatterTypeStyle
formatterTypeStyle)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (7)
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))))
1417
private bool CheckTypeFormat(
FormatterTypeStyle
test,
FormatterTypeStyle
want)
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (1)
745
internal
FormatterTypeStyle
FEtypeFormat;
System.Messaging (4)
System\Messaging\BinaryMessageFormatter.cs (3)
41
public BinaryMessageFormatter(FormatterAssemblyStyle topObjectFormat,
FormatterTypeStyle
typeFormat)
72
[MessagingDescription(Res.MsgTypeFormat), DefaultValueAttribute(
FormatterTypeStyle
.TypesWhenNeeded)]
73
public
FormatterTypeStyle
TypeFormat
System\Messaging\Design\MessageFormatterConverter.cs (1)
100
typeof(FormatterAssemblyStyle), typeof(
FormatterTypeStyle
) });
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
474
fmt.TypeFormat |=
FormatterTypeStyle
.TypesAlways;
476
fmt.TypeFormat |=
FormatterTypeStyle
.XsdString;