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