6 writes to ReferencedByTopLevelElement
System.Xml (6)
System\Xml\Serialization\SchemaImporter.cs (1)
139structMapping.ReferencedByTopLevelElement = true;
System\Xml\Serialization\XmlSchemaImporter.cs (5)
541baseMapping.ReferencedByTopLevelElement = false; 791element.Mapping.ReferencedByTopLevelElement = false; 1240arrayMapping.TopLevelMapping.ReferencedByTopLevelElement = true; 1357accessor.Mapping.ReferencedByTopLevelElement = false; 1447xmlnsMapping.ReferencedByTopLevelElement = true;
1 reference to ReferencedByTopLevelElement
System.Xml (1)
System\Xml\Serialization\XmlCodeExporter.cs (1)
113if (mapping is StructMapping && checkReference && ((StructMapping)mapping).ReferencedByTopLevelElement && rootElement == null)