2 writes to IsSoap
System.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
116
xmlMapping.
IsSoap
= true;
158
xmlMapping.
IsSoap
= true;
6 references to IsSoap
System.Xml (6)
System\Xml\Serialization\Compilation.cs (2)
57
if (xmlMappings[i].
IsSoap
) {
129
method.isSoap = xmlMappings[i].
IsSoap
;
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1608
bool isRpc = xmlMembersMapping.
IsSoap
&& writeAccessors;
System\Xml\Serialization\XmlSerializer.cs (3)
898
if (this.Mapping.
IsSoap
!= other.Mapping.
IsSoap
)
905
int hashCode = this.Mapping.
IsSoap
? 0 : 1;