11 writes to IsSoap
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (4)
114element.IsSoap = true; 159element.IsSoap = true; 743element.IsSoap = true; 757element.IsSoap = true;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (7)
67accessor.IsSoap = true; 93accessor.IsSoap = true; 155accessor.IsSoap = true; 179accessor.IsSoap = true; 435arrayAccessor.IsSoap = true; 453itemAccessor.IsSoap = true; 514itemAccessor.IsSoap = true;
3 references to IsSoap
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1032if (td.IsMappedType || (!td.IsValueType && (Elements[0].IsSoap || td.ArrayElementTypeDesc == null)))
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (2)
2057if (element.IsSoap) 2112WriteMember("o", null, new ElementAccessor[] { element }, null, null, mapping.TypeDesc, !element.IsSoap);