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)
80if (xmlMembersMapping.Accessor.IsSoap) 468if (element.IsSoap)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (2)
109WriteMember(o, null, new ElementAccessor[] { element }, null, null, mapping.TypeDesc, !element.IsSoap); 1298if (element.IsSoap)
System\Xml\Serialization\XmlSerializationReader.cs (2)
2438if (xmlMembersMapping.Accessor.IsSoap) 2804if (element.IsSoap)
System\Xml\Serialization\XmlSerializationWriter.cs (2)
2789if (element.IsSoap) 2845WriteMember("o", null, new ElementAccessor[] { element }, null, null, mapping.TypeDesc!, !element.IsSoap);