10 references to FieldType
System.Xml (10)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
633
Type accessorType = model.
FieldType
;
System\Xml\Serialization\XmlReflectionImporter.cs (9)
1291
Type enumType = member.
FieldType
;
1327
Type accessorType = model.
FieldType
;
1392
attribute.Default = GetDefaultValue(model.FieldTypeDesc, model.
FieldType
, a);
1435
element.Default = GetDefaultValue(model.FieldTypeDesc, model.
FieldType
, a);
1481
element.Default = GetDefaultValue(model.FieldTypeDesc, model.
FieldType
, a);
1553
attribute.Default = GetDefaultValue(model.FieldTypeDesc, model.
FieldType
, a);
1589
element.Default = GetDefaultValue(model.FieldTypeDesc, model.
FieldType
, a);
1646
element.Default = GetDefaultValue(model.FieldTypeDesc, model.
FieldType
, a);
1697
element.Default = GetDefaultValue(model.FieldTypeDesc, model.
FieldType
, a);