21 references to XmlType
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (21)
733
if (a.
XmlType
!= null && a.
XmlType
.Namespace != null)
734
typeNs = a.
XmlType
.Namespace;
752
if (a.
XmlType
!= null)
754
mapping.IncludeInSchema = a.
XmlType
.IncludeInSchema;
939
if (a.
XmlType
!= null && a.
XmlType
.AnonymousType)
947
string originalNs = a.
XmlType
.Namespace;
965
if (a.
XmlType
!= null && a.
XmlType
.TypeName.Length > 0)
966
typeName = a.
XmlType
.TypeName;
1025
if (a.
XmlType
!= null)
1027
ns = a.
XmlType
.Namespace;
1028
name = XsdTypeName(type, a, a.
XmlType
.TypeName);
1188
if (a.
XmlType
!= null && a.
XmlType
.Namespace != null)
1189
typeNs = a.
XmlType
.Namespace;
1205
mapping.IncludeInSchema = a.
XmlType
== null ? true : a.
XmlType
.IncludeInSchema;
2261
if (a.
XmlType
!= null)
2262
typeName = a.
XmlType
.TypeName;