5 instantiations of FormatterConverter
mscorlib (4)
system\exception.cs (1)
524SerializationInfo si = new SerializationInfo(typeof(MemberInfoSerializationHolder), new FormatterConverter());
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (1)
351m_formatterConverter = new FormatterConverter();
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
142m_formatterConverter = new FormatterConverter();
system\runtime\serialization\objectclonehelper.cs (1)
31static readonly IFormatterConverter s_converter = new FormatterConverter();
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializer.cs (1)
449formatterConverter = new FormatterConverter();