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