1 write to _constructionFunc
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
118
_constructionFunc
= constructionFunc;
2 references to _constructionFunc
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (2)
126
return
_constructionFunc
(innerType);
129
_converterInstance ??=
_constructionFunc
(innerType);