1 write to Type
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8346o.@Type = ToXmlQualifiedName(Reader.Value);
14 references to Type
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (13)
625if (IsNullOrEmpty(detailElementQname) || !IsNullOrEmpty(faultMessageDetail.Type)) 639return CheckPart(part.Type, DataContractSerializerMessageContractImporter.GenericMessageTypeName); 644return CheckAndAddPart(part.Type, DataContractSerializerMessageContractImporter.GenericMessageTypeName, part.Name, string.Empty, typeof(Message), description, isReply); 664XmlQualifiedName typeName = part.Type; 700XmlQualifiedName typeName = part.Type; 932if (part.Type != null && !part.Type.IsEmpty) 934XmlSchemaType type = FindSchemaType(allSchemas, part.Type); 1454if (!IsNullOrEmpty(part.Type)) 1464if (!IsNullOrEmpty(part.Type)) 1467return CanImportType(part.Type); 1477if (!IsNullOrEmpty(part.Type)) 1480bodyPart.BaseType = ImportType(bodyPart, part.Type, isEncoded);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
2196WriteAttribute(@"type", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Type)));