16 references to XmlRoot
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (16)
264
root = a.
XmlRoot
;
735
else if (a.
XmlRoot
!= null && a.
XmlRoot
.Namespace != null)
736
typeNs = a.
XmlRoot
.Namespace;
1343
if (structAttrs.
XmlRoot
!= null)
1345
if (structAttrs.
XmlRoot
.ElementName.Length > 0)
1346
xmlElement.ElementName = structAttrs.
XmlRoot
.ElementName;
1350
if (structAttrs.
XmlRoot
.IsNullableSpecified)
1351
xmlElement.IsNullable = structAttrs.
XmlRoot
.IsNullable;
1355
xmlElement.Namespace = structAttrs.
XmlRoot
.Namespace;
1356
xmlElement.IsNullable = structAttrs.
XmlRoot
.IsNullable;
1368
else if (a.
XmlRoot
!= null)
1370
CheckNullable(a.
XmlRoot
.IsNullable, typeDesc, null);
2259
string ns = a.
XmlRoot
== null ? defaultNamespace : a.
XmlRoot
.Namespace;
2270
mapping.SetKeyInternal(XmlMapping.GenerateKey(type, a.
XmlRoot
, defaultNamespace));