5 writes to IsTopLevelInSchema
System.Xml (5)
System\Xml\Serialization\Mappings.cs (1)
145newAccessor.IsTopLevelInSchema = this.IsTopLevelInSchema;
System\Xml\Serialization\XmlReflectionImporter.cs (1)
283accessor.IsTopLevelInSchema = true;
System\Xml\Serialization\XmlSchemaImporter.cs (3)
136accessor.IsTopLevelInSchema = true; // false 293refAccessor.IsTopLevelInSchema = false; 311accessor.IsTopLevelInSchema = element.Parent is XmlSchema;
4 references to IsTopLevelInSchema
System.Xml (4)
System\Xml\Serialization\Mappings.cs (1)
145newAccessor.IsTopLevelInSchema = this.IsTopLevelInSchema;
System\Xml\Serialization\XmlCodeExporter.cs (1)
116if (mapping is ArrayMapping && rootElement != null && rootElement.IsTopLevelInSchema && ((ArrayMapping)mapping).TopLevelMapping != null) {
System\Xml\Serialization\XmlSchemaExporter.cs (2)
740if (accessor.IsTopLevelInSchema) { 758if (accessor.IsTopLevelInSchema) {