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)
724xmlDataContract.HasRoot = !IsXmlAnyElementType(xsdType as XmlSchemaComplexType); 731xmlDataContract.HasRoot = true;
2 references to HasRoot
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1205if (xmlDataContract.IsAnonymous && !xmlDataContract.HasRoot)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
534if (isMemberType && !xmlDataContract.HasRoot)