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