6 references to TypesAlways
mscorlib (5)
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
49
internal FormatterTypeStyle m_typeFormat = FormatterTypeStyle.
TypesAlways
; // For version resiliency, always put out types
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (4)
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
))
1241
(CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.
TypesAlways
))))
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
474
fmt.TypeFormat |= FormatterTypeStyle.
TypesAlways
;