14 references to SoapType
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (14)
238
if (baseAttributes.
SoapType
!= null && baseAttributes.
SoapType
.Namespace != null)
239
typeNs = baseAttributes.
SoapType
.Namespace;
332
if (a.
SoapType
!= null && a.
SoapType
.Namespace != null)
333
typeNs = a.
SoapType
.Namespace;
345
if (a.
SoapType
!= null) mapping.IncludeInSchema = a.
SoapType
.IncludeInSchema;
588
if (a.
SoapType
!= null && a.
SoapType
.Namespace != null)
589
typeNs = a.
SoapType
.Namespace;
797
if (a.
SoapType
!= null && a.
SoapType
.TypeName.Length > 0)
798
typeName = a.
SoapType
.TypeName;