Base:
property
HasRoot
System.Runtime.Serialization.DataContract.HasRoot
2 writes to HasRoot
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
725xmlDataContract.HasRoot = !IsXmlAnyElementType(xsdType as XmlSchemaComplexType); 732xmlDataContract.HasRoot = true;
4 references to HasRoot
System.Runtime.Serialization (4)
System\Runtime\Serialization\CodeExporter.cs (1)
1273if (xmlDataContract.IsAnonymous && !xmlDataContract.HasRoot)
System\Runtime\Serialization\XmlDataContract.cs (2)
412if (this.HasRoot != dataContract.HasRoot)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
537if (isMemberType && !xmlDataContract.HasRoot)