1 write to _soap12
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
121
_soap12
= (encodingStyle == Soap12.Encoding);
10 references to _soap12
System.Private.Xml (10)
System\Xml\Serialization\XmlSerializationReader.cs (10)
820
get { return _isReturnValue && !
_soap12
; }
1445
string? href =
_soap12
? _r.GetAttribute("ref", Soap12.Encoding) : _r.GetAttribute("href");
1451
if (!
_soap12
)
1585
if (
_soap12
)
1625
if (
_soap12
&& elementType == typeof(object))
1630
if (!
_soap12
)
1671
if (!
_soap12
&& arrayInfo.jaggedDimensions > 0)
1740
if (
_soap12
&& elementType == typeof(object))
1841
string? id =
_soap12
? _r.GetAttribute("id", Soap12.Encoding) : _r.GetAttribute("id", null);
1922
if (IsXmlnsAttribute(Reader.Name) || (Reader.Name == "id" && (!
_soap12
|| Reader.NamespaceURI == Soap12.Encoding)))