Base:
property
HasRoot
System.Runtime.Serialization.DataContract.HasRoot
2 writes to HasRoot
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (2)
724
xmlDataContract.
HasRoot
= !IsXmlAnyElementType(xsdType as XmlSchemaComplexType);
731
xmlDataContract.
HasRoot
= true;
2 references to HasRoot
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1205
if (xmlDataContract.IsAnonymous && !xmlDataContract.
HasRoot
)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
534
if (isMemberType && !xmlDataContract.
HasRoot
)