32 references to Soap
System.Private.Xml (32)
System\Xml\Serialization\Compilation.cs (3)
569
if (encodingStyle !=
Soap
.Encoding && encodingStyle != Soap12.Encoding)
571
throw new InvalidOperationException(SR.Format(SR.XmlInvalidEncoding3, encodingStyle,
Soap
.Encoding, Soap12.Encoding));
583
encodingStyle =
Soap
.Encoding;
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (3)
327
string? root = Reader.GetAttribute("root",
Soap
.Encoding);
484
if (Reader.GetAttribute("root",
Soap
.Encoding) == "0")
1537
return ReadTypedPrimitive(new XmlQualifiedName(
Soap
.UrType, XmlReservedNs.NsXs));
System\Xml\Serialization\SchemaImporter.cs (1)
117
mapping.TypeName =
Soap
.UrType;
System\Xml\Serialization\SoapReflectionImporter.cs (3)
232
mapping.TypeName =
Soap
.UrType;
486
itemTypeName =
Soap
.UrType;
764
if (type == typeof(object)) return
Soap
.UrType;
System\Xml\Serialization\Types.cs (1)
534
AddSoapEncodedTypes(
Soap
.Encoding);
System\Xml\Serialization\XmlReflectionImporter.cs (3)
639
mapping.TypeName =
Soap
.UrType;
959
if (type == typeof(object)) return
Soap
.UrType;
1050
name =
Soap
.UrType;
System\Xml\Serialization\XmlSchemaImporter.cs (3)
417
if (name.Name ==
Soap
.UrType && name.Namespace == XmlSchema.Namespace)
1934
if (name.Name ==
Soap
.Array && name.Namespace ==
Soap
.Encoding)
System\Xml\Serialization\XmlSerializationReader.cs (6)
128
_soapNsID = r.NameTable.Add(
Soap
.Encoding);
140
_urTypeID = r.NameTable.Add(
Soap
.UrType);
1925
if (xsiTypeName ==
Soap
.UrType &&
3264
Writer.WriteLine($"return ReadTypedPrimitive(new System.Xml.XmlQualifiedName(\"{
Soap
.UrType}\", \"{XmlSchema.Namespace}\"));");
4984
Writer.Write(
Soap
.Encoding);
5043
Writer.Write(
Soap
.Encoding);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
1446
ilg.Ldstr(
Soap
.UrType);
System\Xml\Serialization\XmlSerializationWriter.cs (8)
247
typeName =
Soap
.UrType;
374
_w.WriteStartElement(
Soap
.UrType, XmlSchema.Namespace);
1204
typeName =
Soap
.UrType;
1239
typeName =
Soap
.UrType;
1258
WriteStartElement(
Soap
.Array,
Soap
.Encoding, null, true);
1273
_w.WriteAttributeString("arrayType",
Soap
.Encoding, $"{GetQualifiedName(typeName, typeNs)}[{arrayLength}]");
1297
_w.WriteAttributeString("arrayType",
Soap
.Encoding, GetQualifiedName(typeName, typeNs) + brackets);