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)
33
FormatterTypeStyle
typeFormat =
FormatterTypeStyle
.TypesAlways)
System.Private.Windows.Core.TestUtilities (2)
BinarySerialization.cs (2)
115
FormatterTypeStyle
typeFormat =
FormatterTypeStyle
.TypesAlways)
System.Runtime.Serialization.Formatters (3)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (3)
12
internal
FormatterTypeStyle
_typeFormat =
FormatterTypeStyle
.TypesAlways; // For version resiliency, always put out types
16
public
FormatterTypeStyle
TypeFormat { get { return _typeFormat; } set { _typeFormat = value; } }