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