1 write to _soap12
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (1)
136
_soap12
= (encodingStyle == Soap12.Encoding);
10 references to _soap12
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (10)
829
get { return _isReturnValue && !
_soap12
; }
1511
string href =
_soap12
? _r.GetAttribute("ref", Soap12.Encoding) : _r.GetAttribute("href");
1517
if (!
_soap12
)
1658
if (
_soap12
)
1698
if (
_soap12
&& elementType == typeof(object))
1703
if (!
_soap12
)
1744
if (!
_soap12
&& arrayInfo.jaggedDimensions > 0)
1819
if (
_soap12
&& elementType == typeof(object))
1927
string id =
_soap12
? _r.GetAttribute("id", Soap12.Encoding) : _r.GetAttribute("id", null);
1994
if (IsXmlnsAttribute(Reader.Name) || (Reader.Name == "id" && (!
_soap12
|| Reader.NamespaceURI == Soap12.Encoding)))