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)
127return _constructionFunc(innerType); 130_converterInstance ??= _constructionFunc(innerType);