5 writes to IsTopLevelInSchema
System.Private.Xml (5)
System\Xml\Serialization\Mappings.cs (1)
172
newAccessor.
IsTopLevelInSchema
= this.IsTopLevelInSchema;
System\Xml\Serialization\XmlReflectionImporter.cs (1)
320
accessor.
IsTopLevelInSchema
= true;
System\Xml\Serialization\XmlSchemaImporter.cs (3)
99
accessor.
IsTopLevelInSchema
= true; // false
275
refAccessor.
IsTopLevelInSchema
= false;
294
accessor.
IsTopLevelInSchema
= element.Parent is XmlSchema;
3 references to IsTopLevelInSchema
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (1)
172
newAccessor.IsTopLevelInSchema = this.
IsTopLevelInSchema
;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
826
if (accessor.
IsTopLevelInSchema
)
847
if (accessor.
IsTopLevelInSchema
)