4 writes to IsSoap
System.Private.Xml (4)
System\Xml\Serialization\SoapReflectionImporter.cs (4)
86element.IsSoap = true; 124element.IsSoap = true; 717element.IsSoap = true; 731element.IsSoap = true;
8 references to IsSoap
System.Private.Xml (8)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
87if (xmlMembersMapping.Accessor.IsSoap) 476if (element.IsSoap)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (2)
111WriteMember(o, null, new ElementAccessor[] { element }, null, null, mapping.TypeDesc, !element.IsSoap); 1541if (element.IsSoap)
System\Xml\Serialization\XmlSerializationReader.cs (2)
2502if (xmlMembersMapping.Accessor.IsSoap) 2868if (element.IsSoap)
System\Xml\Serialization\XmlSerializationWriter.cs (2)
2836if (element.IsSoap) 2892WriteMember("o", null, new ElementAccessor[] { element }, null, null, mapping.TypeDesc!, !element.IsSoap);