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