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)
137
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
240
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
342
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
387
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
438
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
484
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
528
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
577
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
647
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
666
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
719
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
730
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
756
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
769
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
804
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
818
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
864
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
877
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
927
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
938
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
964
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
977
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1012
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1026
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1072
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1085
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1137
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1148
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1159
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1187
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1200
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1213
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1250
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1264
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1278
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1326
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1339
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1352
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1416
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1427
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1438
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1466
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1479
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1492
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1529
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1543
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1557
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1605
SerializationInfo info = new(store.GetType(), new
FormatterConverter
());
1618
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
1631
info = new SerializationInfo(store.GetType(), new
FormatterConverter
());
System.Windows.Forms.Tests (10)
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (7)
1633
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1646
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1678
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1685
info = new SerializationInfo(typeof(ListViewGroup), new
FormatterConverter
());
1714
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1730
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1761
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
System\Windows\Forms\ListViewGroupTests.cs (3)
1368
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1386
SerializationInfo info = new(typeof(ListViewGroup), new
FormatterConverter
());
1404
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();