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