2 writes to IsSoap
System.Private.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
93
xmlMapping.
IsSoap
= true;
132
xmlMapping.
IsSoap
= true;
10 references to IsSoap
System.Private.Xml (10)
System\Xml\Serialization\Compilation.cs (2)
57
if (xmlMappings[i].
IsSoap
)
114
method.isSoap = xmlMappings[i].
IsSoap
;
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (1)
1185
bool isRpc = xmlMembersMapping.
IsSoap
&& writeAccessors;
System\Xml\Serialization\XmlSerializationWriter.cs (1)
2608
bool isRpc = xmlMembersMapping.
IsSoap
&& writeAccessors;
System\Xml\Serialization\XmlSerializer.cs (6)
324
if (xmlMapping.
IsSoap
)
541
|| (mapping != null && mapping.
IsSoap
);
584
if (mapping.
IsSoap
)
1044
if (this.Mapping.
IsSoap
!= other.Mapping.
IsSoap
)
1052
int hashCode = this.Mapping.
IsSoap
? 0 : 1;