14 references to SoapType
System.Private.Xml (14)
System\Xml\Serialization\SoapReflectionImporter.cs (14)
205
if (baseAttributes.
SoapType
!= null && baseAttributes.
SoapType
.Namespace != null)
206
typeNs = baseAttributes.
SoapType
.Namespace;
303
if (a.
SoapType
!= null && a.
SoapType
.Namespace != null)
304
typeNs = a.
SoapType
.Namespace;
316
if (a.
SoapType
!= null) mapping.IncludeInSchema = a.
SoapType
.IncludeInSchema;
559
if (a.
SoapType
!= null && a.
SoapType
.Namespace != null)
560
typeNs = a.
SoapType
.Namespace;
775
if (a.
SoapType
!= null && a.
SoapType
.TypeName.Length > 0)
776
typeName = a.
SoapType
.TypeName;