8 writes to IsSoap
System.Xml (8)
System\Xml\Serialization\SoapReflectionImporter.cs (8)
238
mapping.
IsSoap
= true;
308
mapping.
IsSoap
= true;
406
mapping.
IsSoap
= true;
502
mapping.
IsSoap
= true;
532
mapping.
IsSoap
= true;
594
members.
IsSoap
= true;
604
member.
IsSoap
= true;
620
member.
IsSoap
= true;
34 references to IsSoap
System.Xml (34)
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (1)
97
if (!mapping.
IsSoap
) {
System\Xml\Serialization\XmlSerializationReader.cs (11)
2136
if (!mapping.
IsSoap
)
2254
if (mapping.
IsSoap
&&
2655
if (mapping.
IsSoap
) {
2663
if (!mapping.
IsSoap
) Writer.Write(source);
2795
if (mapping.
IsSoap
) {
2895
if (m.
IsSoap
)
3001
if (structMapping.
IsSoap
)
4155
if (arrayMapping.
IsSoap
) {
4268
else if (!element.Mapping.
IsSoap
&& (element.Mapping is PrimitiveMapping)) {
4345
else if (element.Mapping is StructMapping || (element.Mapping.
IsSoap
&& element.Mapping is PrimitiveMapping)) {
4347
if (mapping.
IsSoap
) {
System\Xml\Serialization\XmlSerializationWriter.cs (22)
1330
if (!mapping.
IsSoap
)
1380
if (typeMapping.
IsSoap
&&
1618
if (!mapping.
IsSoap
) {
1628
WriteStartElement(element.Name, (element.Form == XmlSchemaForm.Qualified ? element.Namespace : ""), mapping.
IsSoap
);
1803
if(mapping.
IsSoap
)
1814
if (!mapping.
IsSoap
&& !mapping.TypeDesc.IsValueType && !mapping.TypeDesc.Type.IsPrimitive) {
1820
if (mapping.
IsSoap
) {
1836
if (mapping.
IsSoap
) {
1916
if (mapping.
IsSoap
) {
1965
if (m is EnumMapping && !m.
IsSoap
) {
1995
else if (m is ArrayMapping && !m.
IsSoap
) {
1997
if (mapping == null || m.
IsSoap
) continue;
2026
if (mapping.
IsSoap
&& mapping.TypeDesc.IsRoot) return;
2035
if (mapping.
IsSoap
) {
2101
if (!mapping.
IsSoap
) {
2193
if (!mapping.
IsSoap
) {
2773
if (mapping.
IsSoap
) {
2873
if (element.Mapping.
IsSoap
) {
2893
WriteQualifiedNameElement(name, ns, element.Default, source, element.IsNullable, mapping.
IsSoap
, mapping);
2895
string suffixNullable = mapping.
IsSoap
? "Encoded" : "Literal";
2898
name, ns, element.Default, source, mapping, mapping.
IsSoap
, true, element.IsNullable);
2904
if (mapping.
IsSoap
) {