10 references to FieldType
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
711Type accessorType = model.FieldType;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (9)
1486Type enumType = member.FieldType; 1525Type accessorType = model.FieldType; 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);