3 implementations of Convert
BinaryFormatTests (1)
FormatTests\FormattedObject\HashTableTests.cs (1)
263
public object
Convert
(object value, Type type) => throw new NotImplementedException();
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Support\FormatterConverterStub.cs (1)
25
public object
Convert
(object value, Type type) => default!;
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\FormatterConverter.cs (1)
11
public object
Convert
(object value, Type type)
2 references to Convert
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationInfo.cs (2)
350
return _converter.
Convert
(value, type);
369
return _converter.
Convert
(value, type);