2 writes to IsSoap
System.Private.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
93xmlMapping.IsSoap = true; 132xmlMapping.IsSoap = true;
10 references to IsSoap
System.Private.Xml (10)
System\Xml\Serialization\Compilation.cs (2)
56if (xmlMappings[i].IsSoap) 113method.isSoap = xmlMappings[i].IsSoap;
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (1)
1200bool isRpc = xmlMembersMapping.IsSoap && writeAccessors;
System\Xml\Serialization\XmlSerializationWriter.cs (1)
2606bool isRpc = xmlMembersMapping.IsSoap && writeAccessors;
System\Xml\Serialization\XmlSerializer.cs (6)
311if (xmlMapping.IsSoap) 511|| (mapping != null && mapping.IsSoap); 552if (mapping.IsSoap) 1010if (this.Mapping.IsSoap != other.Mapping.IsSoap) 1018int hashCode = this.Mapping.IsSoap ? 0 : 1;