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