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