1 instantiation of FormatterConverterStub
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Support\FormatterConverterStub.cs (1)
22
public static IFormatterConverter Instance { get; } = new
FormatterConverterStub
();
1 reference to FormatterConverterStub
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
584
SerializationInfo info = new(typeof(Hashtable),
FormatterConverterStub
.Instance);