1 write to _soap12
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
119
_soap12
= (encodingStyle == Soap12.Encoding);
10 references to _soap12
System.Private.Xml (10)
System\Xml\Serialization\XmlSerializationReader.cs (10)
808
get { return _isReturnValue && !
_soap12
; }
1418
string? href =
_soap12
? _r.GetAttribute("ref", Soap12.Encoding) : _r.GetAttribute("href");
1424
if (!
_soap12
)
1558
if (
_soap12
)
1598
if (
_soap12
&& elementType == typeof(object))
1603
if (!
_soap12
)
1644
if (!
_soap12
&& arrayInfo.jaggedDimensions > 0)
1713
if (
_soap12
&& elementType == typeof(object))
1814
string? id =
_soap12
? _r.GetAttribute("id", Soap12.Encoding) : _r.GetAttribute("id", null);
1895
if (IsXmlnsAttribute(Reader.Name) || (Reader.Name == "id" && (!
_soap12
|| Reader.NamespaceURI == Soap12.Encoding)))