64 instantiations of FormatterConverter
System.Formats.Nrbf (1)
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
183SerializationInfo si = new(typeof(DateTime), new FormatterConverter());
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlObjectSerializer.cs (1)
475internal static IFormatterConverter FormatterConverter => s_formatterConverter ??= new FormatterConverter();
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Deserializer\ObjectRecordDeserializer.cs (1)
14protected static FormatterConverter DefaultConverter { get; } = new();
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.cs (1)
26internal static FormatterConverter DefaultConverter { get; } = new();
System.Windows.Forms.Design.Tests (50)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationServiceTests.cs (50)
135SerializationInfo info = new(store.GetType(), new FormatterConverter()); 238SerializationInfo info = new(store.GetType(), new FormatterConverter()); 340SerializationInfo info = new(store.GetType(), new FormatterConverter()); 385SerializationInfo info = new(store.GetType(), new FormatterConverter()); 436SerializationInfo info = new(store.GetType(), new FormatterConverter()); 482SerializationInfo info = new(store.GetType(), new FormatterConverter()); 526SerializationInfo info = new(store.GetType(), new FormatterConverter()); 575SerializationInfo info = new(store.GetType(), new FormatterConverter()); 645SerializationInfo info = new(store.GetType(), new FormatterConverter()); 664SerializationInfo info = new(store.GetType(), new FormatterConverter()); 717SerializationInfo info = new(store.GetType(), new FormatterConverter()); 728info = new SerializationInfo(store.GetType(), new FormatterConverter()); 754SerializationInfo info = new(store.GetType(), new FormatterConverter()); 767info = new SerializationInfo(store.GetType(), new FormatterConverter()); 802SerializationInfo info = new(store.GetType(), new FormatterConverter()); 816info = new SerializationInfo(store.GetType(), new FormatterConverter()); 862SerializationInfo info = new(store.GetType(), new FormatterConverter()); 875info = new SerializationInfo(store.GetType(), new FormatterConverter()); 925SerializationInfo info = new(store.GetType(), new FormatterConverter()); 936info = new SerializationInfo(store.GetType(), new FormatterConverter()); 962SerializationInfo info = new(store.GetType(), new FormatterConverter()); 975info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1010SerializationInfo info = new(store.GetType(), new FormatterConverter()); 1024info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1070SerializationInfo info = new(store.GetType(), new FormatterConverter()); 1083info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1135SerializationInfo info = new(store.GetType(), new FormatterConverter()); 1146info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1157info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1185SerializationInfo info = new(store.GetType(), new FormatterConverter()); 1198info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1211info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1248SerializationInfo info = new(store.GetType(), new FormatterConverter()); 1262info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1276info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1324SerializationInfo info = new(store.GetType(), new FormatterConverter()); 1337info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1350info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1414SerializationInfo info = new(store.GetType(), new FormatterConverter()); 1425info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1436info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1464SerializationInfo info = new(store.GetType(), new FormatterConverter()); 1477info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1490info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1527SerializationInfo info = new(store.GetType(), new FormatterConverter()); 1541info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1555info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1603SerializationInfo info = new(store.GetType(), new FormatterConverter()); 1616info = new SerializationInfo(store.GetType(), new FormatterConverter()); 1629info = new SerializationInfo(store.GetType(), new FormatterConverter());
System.Windows.Forms.Tests (10)
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (7)
1633SerializationInfo info = new(typeof(ListViewGroup), new FormatterConverter()); 1646SerializationInfo info = new(typeof(ListViewGroup), new FormatterConverter()); 1678SerializationInfo info = new(typeof(ListViewGroup), new FormatterConverter()); 1685info = new SerializationInfo(typeof(ListViewGroup), new FormatterConverter()); 1714SerializationInfo info = new(typeof(ListViewGroup), new FormatterConverter()); 1730SerializationInfo info = new(typeof(ListViewGroup), new FormatterConverter()); 1761SerializationInfo info = new(typeof(ListViewGroup), new FormatterConverter());
System\Windows\Forms\ListViewGroupTests.cs (3)
1368SerializationInfo info = new(typeof(ListViewGroup), new FormatterConverter()); 1386SerializationInfo info = new(typeof(ListViewGroup), new FormatterConverter()); 1404SerializationInfo info = new(typeof(ListViewGroup), 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\Core\BinaryFormat\Deserializer\ObjectRecordDeserializer.cs (1)
14protected static FormatterConverter DefaultConverter { get; } = new();
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.cs (1)
26internal static FormatterConverter DefaultConverter { get; } = new();