67 instantiations of FormatterConverter
System.Formats.Nrbf (1)
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
183
SerializationInfo si = new(typeof(DateTime), new
FormatterConverter
());
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlObjectSerializer.cs (1)
475
internal static IFormatterConverter FormatterConverter => s_formatterConverter ??= new
FormatterConverter
();
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Deserializer\ObjectRecordDeserializer.cs (1)
14
protected static FormatterConverter DefaultConverter { get; } =
new
();
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.cs (1)
26
internal static FormatterConverter DefaultConverter { get; } =
new
();
System.Windows.Forms.Design.Tests (50)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationServiceTests.cs (50)
139
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
242
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
344
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
389
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
440
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
486
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
530
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
579
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
649
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
668
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
721
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
732
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
758
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
771
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
806
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
820
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
866
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
879
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
929
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
940
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
966
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
979
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1014
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1028
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1074
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1087
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1139
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1150
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1161
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1189
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1202
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1215
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1252
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1266
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1280
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1328
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1341
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1354
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1418
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1429
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1440
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1468
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1481
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1494
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1531
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1545
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1559
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1607
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1620
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1633
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
System.Windows.Forms.Tests (10)
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (7)
1635
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1648
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1680
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1687
info = new SerializationInfo(typeof(ListViewGroup), new
FormatterConverter
());
1716
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1732
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1763
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
System\Windows\Forms\ListViewGroupTests.cs (3)
1370
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1388
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1406
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
WindowsBase.Tests (3)
System\Security\RightsManagement\RightsManagementExceptionTests.cs (3)
211
var info = new SerializationInfo(typeof(RightsManagementException), new
FormatterConverter
());
240
var info = new SerializationInfo(typeof(RightsManagementException), new
FormatterConverter
());
256
var info = new SerializationInfo(typeof(RightsManagementException), new
FormatterConverter
());
4 references to FormatterConverter
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
742
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.
FormatterConverter
))]
netstandard (1)
netstandard.cs (1)
1761
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.
FormatterConverter
))]
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Deserializer\ObjectRecordDeserializer.cs (1)
14
protected static
FormatterConverter
DefaultConverter { get; } = new();
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.cs (1)
26
internal static
FormatterConverter
DefaultConverter { get; } = new();