1 write to soap12
System.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
140
this.
soap12
= (encodingStyle == Soap12.Encoding);
10 references to soap12
System.Xml (10)
System\Xml\Serialization\XmlSerializationReader.cs (10)
794
get { return isReturnValue && !
soap12
; }
1377
string href =
soap12
? r.GetAttribute("ref", Soap12.Encoding) : r.GetAttribute("href");
1382
if (!
soap12
) {
1497
if (
soap12
) {
1534
if (
soap12
&& elementType == typeof(object))
1538
if (!
soap12
) {
1572
if (!
soap12
&& arrayInfo.jaggedDimensions > 0) {
1638
if (
soap12
&& elementType == typeof(object)) {
1732
string id =
soap12
? r.GetAttribute("id", Soap12.Encoding) : r.GetAttribute("id", null);
1792
if (IsXmlnsAttribute(Reader.Name) || (Reader.Name == "id" && (!
soap12
|| Reader.NamespaceURI == Soap12.Encoding)))