1 write to _type
System.Web (1)
WebSysDefaultValueAttribute.cs (1)
19_type = type;
2 references to _type
System.Web (2)
WebSysDefaultValueAttribute.cs (2)
37if (_type != null) { 39value = TypeDescriptor.GetConverter(_type).ConvertFromInvariantString((string) value);