6 references to TypesAlways
mscorlib (5)
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
49internal FormatterTypeStyle m_typeFormat = FormatterTypeStyle.TypesAlways; // For version resiliency, always put out types
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (4)
387if (objectInfo.isSi || CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.TypesAlways)) 592if (CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.TypesAlways) || (objectInfo.isSi) ) 805if (CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.TypesAlways)) 1241(CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.TypesAlways))))
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
474fmt.TypeFormat |= FormatterTypeStyle.TypesAlways;