3 instantiations of EmptyCustomTypeDescriptor
System.ComponentModel.TypeConverter (3)
System\ComponentModel\TypeDescriptionProvider.cs (3)
115return _emptyDescriptor ??= new EmptyCustomTypeDescriptor(); 139return _emptyDescriptor ??= new EmptyCustomTypeDescriptor(); 294return _emptyDescriptor ??= new EmptyCustomTypeDescriptor();
1 reference to EmptyCustomTypeDescriptor
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptionProvider.cs (1)
19private EmptyCustomTypeDescriptor? _emptyDescriptor;