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