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