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)
57if (xmlMappings[i].IsSoap) 114method.isSoap = xmlMappings[i].IsSoap;
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (1)
1185bool isRpc = xmlMembersMapping.IsSoap && writeAccessors;
System\Xml\Serialization\XmlSerializationWriter.cs (1)
2608bool isRpc = xmlMembersMapping.IsSoap && writeAccessors;
System\Xml\Serialization\XmlSerializer.cs (6)
324if (xmlMapping.IsSoap) 541|| (mapping != null && mapping.IsSoap); 584if (mapping.IsSoap) 1044if (this.Mapping.IsSoap != other.Mapping.IsSoap) 1052int hashCode = this.Mapping.IsSoap ? 0 : 1;