1 write to _constructionFunc
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
119
_constructionFunc
= constructionFunc;
2 references to _constructionFunc
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (2)
127
return
_constructionFunc
(innerType);
130
_converterInstance ??=
_constructionFunc
(innerType);