1 instantiation of CharConverter
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
156[typeof(char)] = new IntrinsicTypeConverterData((type) => new CharConverter()),
2 references to CharConverter
netstandard (1)
netstandard.cs (1)
195[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CharConverter))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
181[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CharConverter))]