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