2 writes to Scope
System.Xml (2)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
612structMapping.Scope = membersScope; 637structMapping.Scope = members;
3 references to Scope
System.Xml (3)
System\Xml\Serialization\SoapCodeExporter.cs (1)
151ExportProperty(codeClass, mapping.Members[i], mapping.Scope);
System\Xml\Serialization\XmlCodeExporter.cs (1)
534ExportProperty(codeClass, mapping.Members[i], mapping.Namespace, mapping.Scope, ctor);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
588CodeIdentifiers membersScope = structMapping.BaseMapping.Scope.Clone();