15 references to SoapType
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
976
else if (member.SoapAttributes.
SoapType
!= null)
System.Xml (14)
System\Xml\Serialization\SoapReflectionImporter.cs (14)
218
if (baseAttributes.
SoapType
!= null && baseAttributes.
SoapType
.Namespace != null)
219
typeNs = baseAttributes.
SoapType
.Namespace;
300
if (a.
SoapType
!= null && a.
SoapType
.Namespace != null)
301
typeNs = a.
SoapType
.Namespace;
312
if (a.
SoapType
!= null) mapping.IncludeInSchema = a.
SoapType
.IncludeInSchema;
524
if (a.
SoapType
!= null && a.
SoapType
.Namespace != null)
525
typeNs = a.
SoapType
.Namespace;
710
if (a.
SoapType
!= null && a.
SoapType
.TypeName.Length > 0)
711
typeName = a.
SoapType
.TypeName;