99 references to WriteXsiType
System.Private.Xml (11)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (4)
641
WriteXsiType
(mapping.TypeName!, mapping.Namespace);
744
WriteXsiType
(em.TypeName!, ns);
753
WriteXsiType
(am.TypeName!, ns);
813
WriteXsiType
(mapping.TypeName!, mapping.Namespace);
System\Xml\Serialization\XmlSerializationWriter.cs (7)
403
if (xsiType)
WriteXsiType
(type, typeNs);
1076
WriteXsiType
(xsiType.Name, xsiType.Namespace);
1117
WriteXsiType
(xsiType.Name, xsiType.Namespace);
1127
WriteXsiType
(xsiType.Name, xsiType.Namespace);
1170
WriteXsiType
(xsiType.Name, xsiType.Namespace);
1366
if (needXsiType)
WriteXsiType
(entry.typeName!, entry.typeNs);
1398
if (ambientType != t)
WriteXsiType
(entry.typeName!, entry.typeNs);
System.Web.Services.Description (88)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (88)
36
WriteXsiType
(@"ServiceDescription", @"http://schemas.xmlsoap.org/wsdl/");
133
WriteXsiType
(@"Service", @"http://schemas.xmlsoap.org/wsdl/");
196
WriteXsiType
(@"Port", @"http://schemas.xmlsoap.org/wsdl/");
272
WriteXsiType
(@"SoapAddressBinding", @"http://schemas.xmlsoap.org/wsdl/soap/");
302
WriteXsiType
(@"HttpAddressBinding", @"http://schemas.xmlsoap.org/wsdl/http/");
332
WriteXsiType
(@"Soap12AddressBinding", @"http://schemas.xmlsoap.org/wsdl/soap12/");
362
WriteXsiType
(@"Binding", @"http://schemas.xmlsoap.org/wsdl/");
446
WriteXsiType
(@"OperationBinding", @"http://schemas.xmlsoap.org/wsdl/");
531
WriteXsiType
(@"FaultBinding", @"http://schemas.xmlsoap.org/wsdl/");
603
WriteXsiType
(@"SoapFaultBinding", @"http://schemas.xmlsoap.org/wsdl/soap/");
650
WriteXsiType
(@"Soap12FaultBinding", @"http://schemas.xmlsoap.org/wsdl/soap12/");
697
WriteXsiType
(@"OutputBinding", @"http://schemas.xmlsoap.org/wsdl/");
787
WriteXsiType
(@"MimeMultipartRelatedBinding", @"http://schemas.xmlsoap.org/wsdl/mime/");
824
WriteXsiType
(@"MimePart", @"http://schemas.xmlsoap.org/wsdl/mime/");
892
WriteXsiType
(@"MimeTextBinding", @"http://microsoft.com/wsdl/mime/textMatching/");
929
WriteXsiType
(@"MimeTextMatch", @"http://microsoft.com/wsdl/mime/textMatching/");
976
WriteXsiType
(@"MimeXmlBinding", @"http://schemas.xmlsoap.org/wsdl/mime/");
1006
WriteXsiType
(@"MimeContentBinding", @"http://schemas.xmlsoap.org/wsdl/mime/");
1037
WriteXsiType
(@"SoapBodyBinding", @"http://schemas.xmlsoap.org/wsdl/soap/");
1076
WriteXsiType
(@"Soap12BodyBinding", @"http://schemas.xmlsoap.org/wsdl/soap12/");
1115
WriteXsiType
(@"SoapHeaderBinding", @"http://schemas.xmlsoap.org/wsdl/soap/");
1156
WriteXsiType
(@"SoapHeaderFaultBinding", @"http://schemas.xmlsoap.org/wsdl/soap/");
1196
WriteXsiType
(@"Soap12HeaderBinding", @"http://schemas.xmlsoap.org/wsdl/soap12/");
1237
WriteXsiType
(@"SoapHeaderFaultBinding", @"http://schemas.xmlsoap.org/wsdl/soap12/");
1277
WriteXsiType
(@"InputBinding", @"http://schemas.xmlsoap.org/wsdl/");
1373
WriteXsiType
(@"HttpUrlEncodedBinding", @"http://schemas.xmlsoap.org/wsdl/http/");
1402
WriteXsiType
(@"HttpUrlReplacementBinding", @"http://schemas.xmlsoap.org/wsdl/http/");
1431
WriteXsiType
(@"SoapOperationBinding", @"http://schemas.xmlsoap.org/wsdl/soap/");
1474
WriteXsiType
(@"HttpOperationBinding", @"http://schemas.xmlsoap.org/wsdl/http/");
1504
WriteXsiType
(@"Soap12OperationBinding", @"http://schemas.xmlsoap.org/wsdl/soap12/");
1550
WriteXsiType
(@"SoapBinding", @"http://schemas.xmlsoap.org/wsdl/soap/");
1583
WriteXsiType
(@"HttpBinding", @"http://schemas.xmlsoap.org/wsdl/http/");
1613
WriteXsiType
(@"Soap12Binding", @"http://schemas.xmlsoap.org/wsdl/soap12/");
1646
WriteXsiType
(@"PortType", @"http://schemas.xmlsoap.org/wsdl/");
1709
WriteXsiType
(@"Operation", @"http://schemas.xmlsoap.org/wsdl/");
1796
WriteXsiType
(@"OperationFault", @"http://schemas.xmlsoap.org/wsdl/");
1852
WriteXsiType
(@"OperationInput", @"http://schemas.xmlsoap.org/wsdl/");
1908
WriteXsiType
(@"OperationOutput", @"http://schemas.xmlsoap.org/wsdl/");
1964
WriteXsiType
(@"Message", @"http://schemas.xmlsoap.org/wsdl/");
2027
WriteXsiType
(@"MessagePart", @"http://schemas.xmlsoap.org/wsdl/");
2084
WriteXsiType
(@"Types", @"http://schemas.xmlsoap.org/wsdl/");
2147
WriteXsiType
(@"XmlSchema", @"http://www.w3.org/2001/XMLSchema");
2261
WriteXsiType
(@"XmlSchemaAnnotation", @"http://www.w3.org/2001/XMLSchema");
2319
WriteXsiType
(@"XmlSchemaDocumentation", @"http://www.w3.org/2001/XMLSchema");
2375
WriteXsiType
(@"XmlSchemaAppInfo", @"http://www.w3.org/2001/XMLSchema");
2430
WriteXsiType
(@"XmlSchemaGroup", @"http://www.w3.org/2001/XMLSchema");
2485
WriteXsiType
(@"XmlSchemaSequence", @"http://www.w3.org/2001/XMLSchema");
2555
WriteXsiType
(@"XmlSchemaAny", @"http://www.w3.org/2001/XMLSchema");
2610
WriteXsiType
(@"XmlSchemaElement", @"http://www.w3.org/2001/XMLSchema");
2710
WriteXsiType
(@"XmlSchemaKey", @"http://www.w3.org/2001/XMLSchema");
2758
WriteXsiType
(@"XmlSchemaXPath", @"http://www.w3.org/2001/XMLSchema");
2799
WriteXsiType
(@"XmlSchemaUnique", @"http://www.w3.org/2001/XMLSchema");
2847
WriteXsiType
(@"XmlSchemaKeyref", @"http://www.w3.org/2001/XMLSchema");
2896
WriteXsiType
(@"XmlSchemaSimpleType", @"http://www.w3.org/2001/XMLSchema");
2954
WriteXsiType
(@"XmlSchemaSimpleTypeList", @"http://www.w3.org/2001/XMLSchema");
2994
WriteXsiType
(@"XmlSchemaSimpleTypeRestriction", @"http://www.w3.org/2001/XMLSchema");
3085
WriteXsiType
(@"XmlSchemaEnumerationFacet", @"http://www.w3.org/2001/XMLSchema");
3127
WriteXsiType
(@"XmlSchemaMaxInclusiveFacet", @"http://www.w3.org/2001/XMLSchema");
3169
WriteXsiType
(@"XmlSchemaMinInclusiveFacet", @"http://www.w3.org/2001/XMLSchema");
3211
WriteXsiType
(@"XmlSchemaPatternFacet", @"http://www.w3.org/2001/XMLSchema");
3253
WriteXsiType
(@"XmlSchemaMinExclusiveFacet", @"http://www.w3.org/2001/XMLSchema");
3295
WriteXsiType
(@"XmlSchemaWhiteSpaceFacet", @"http://www.w3.org/2001/XMLSchema");
3337
WriteXsiType
(@"XmlSchemaMaxExclusiveFacet", @"http://www.w3.org/2001/XMLSchema");
3379
WriteXsiType
(@"XmlSchemaMinLengthFacet", @"http://www.w3.org/2001/XMLSchema");
3421
WriteXsiType
(@"XmlSchemaFractionDigitsFacet", @"http://www.w3.org/2001/XMLSchema");
3463
WriteXsiType
(@"XmlSchemaMaxLengthFacet", @"http://www.w3.org/2001/XMLSchema");
3505
WriteXsiType
(@"XmlSchemaTotalDigitsFacet", @"http://www.w3.org/2001/XMLSchema");
3547
WriteXsiType
(@"XmlSchemaLengthFacet", @"http://www.w3.org/2001/XMLSchema");
3589
WriteXsiType
(@"XmlSchemaSimpleTypeUnion", @"http://www.w3.org/2001/XMLSchema");
3680
WriteXsiType
(@"XmlSchemaComplexType", @"http://www.w3.org/2001/XMLSchema");
3785
WriteXsiType
(@"XmlSchemaAnyAttribute", @"http://www.w3.org/2001/XMLSchema");
3827
WriteXsiType
(@"XmlSchemaAttribute", @"http://www.w3.org/2001/XMLSchema");
3898
WriteXsiType
(@"XmlSchemaAttributeGroupRef", @"http://www.w3.org/2001/XMLSchema");
3937
WriteXsiType
(@"XmlSchemaGroupRef", @"http://www.w3.org/2001/XMLSchema");
3978
WriteXsiType
(@"XmlSchemaAll", @"http://www.w3.org/2001/XMLSchema");
4026
WriteXsiType
(@"XmlSchemaChoice", @"http://www.w3.org/2001/XMLSchema");
4096
WriteXsiType
(@"XmlSchemaComplexContent", @"http://www.w3.org/2001/XMLSchema");
4148
WriteXsiType
(@"XmlSchemaComplexContentExtension", @"http://www.w3.org/2001/XMLSchema");
4228
WriteXsiType
(@"XmlSchemaComplexContentRestriction", @"http://www.w3.org/2001/XMLSchema");
4308
WriteXsiType
(@"XmlSchemaSimpleContent", @"http://www.w3.org/2001/XMLSchema");
4359
WriteXsiType
(@"XmlSchemaSimpleContentRestriction", @"http://www.w3.org/2001/XMLSchema");
4472
WriteXsiType
(@"XmlSchemaSimpleContentExtension", @"http://www.w3.org/2001/XMLSchema");
4533
WriteXsiType
(@"XmlSchemaNotation", @"http://www.w3.org/2001/XMLSchema");
4574
WriteXsiType
(@"XmlSchemaAttributeGroup", @"http://www.w3.org/2001/XMLSchema");
4635
WriteXsiType
(@"XmlSchemaInclude", @"http://www.w3.org/2001/XMLSchema");
4674
WriteXsiType
(@"XmlSchemaImport", @"http://www.w3.org/2001/XMLSchema");
4714
WriteXsiType
(@"XmlSchemaRedefine", @"http://www.w3.org/2001/XMLSchema");
4781
WriteXsiType
(@"Import", @"http://schemas.xmlsoap.org/wsdl/");