1 write to _typeId
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\Serialization\RootDesignerSerializerAttribute.cs (1)
88
_typeId
= string.Concat(GetType().FullName, baseType);
2 references to _typeId
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\Serialization\RootDesignerSerializerAttribute.cs (2)
80
if (
_typeId
== null)
90
return
_typeId
;