3 implementations of Convert
BinaryFormatTests (1)
FormatTests\FormattedObject\HashTableTests.cs (1)
264public object Convert(object value, TypeCode typeCode) => throw new NotImplementedException();
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Support\FormatterConverterStub.cs (1)
26public object Convert(object value, TypeCode typeCode) => default!;
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\FormatterConverter.cs (1)
18public object Convert(object value, TypeCode typeCode)