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