9 references to FormatterTypeStyle
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
745[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.FormatterTypeStyle))]
netstandard (1)
netstandard.cs (1)
1764[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.FormatterTypeStyle))]
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Nrbf\BinaryFormatterHelpers.cs (2)
33FormatterTypeStyle typeFormat = FormatterTypeStyle.TypesAlways)
System.Private.Windows.Core.TestUtilities (2)
BinarySerialization.cs (2)
115FormatterTypeStyle typeFormat = FormatterTypeStyle.TypesAlways)
System.Runtime.Serialization.Formatters (3)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (3)
12internal FormatterTypeStyle _typeFormat = FormatterTypeStyle.TypesAlways; // For version resiliency, always put out types 16public FormatterTypeStyle TypeFormat { get { return _typeFormat; } set { _typeFormat = value; } }