12 references to FieldTypeDesc
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (2)
179if (model.ReadOnly && model.FieldTypeDesc.Kind != TypeKind.Collection && model.FieldTypeDesc.Kind != TypeKind.Enumerable)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
733attribute.Default = GetDefaultValue(model.FieldTypeDesc, a);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (9)
1412choiceIdentifierType = GetChoiceIdentifierType(a.XmlChoiceIdentifier, parent, model.FieldTypeDesc.IsArrayLike, model.Name); 1557Type arrayElementType = TypeScope.GetArrayElementType(accessorType, model.FieldTypeDesc.FullName + "." + model.Name); 1597attribute.Default = GetDefaultValue(model.FieldTypeDesc, model.FieldType, a); 1645element.Default = GetDefaultValue(model.FieldTypeDesc, model.FieldType, a); 1696element.Default = GetDefaultValue(model.FieldTypeDesc, model.FieldType, a); 1777attribute.Default = GetDefaultValue(model.FieldTypeDesc, model.FieldType, a); 1820element.Default = GetDefaultValue(model.FieldTypeDesc, model.FieldType, a); 1888element.Default = GetDefaultValue(model.FieldTypeDesc, model.FieldType, a); 1941element.Default = GetDefaultValue(model.FieldTypeDesc, model.FieldType, a);