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