15 references to Scope
System.Xml (15)
System\Xml\Serialization\Compilation.cs (2)
298scopeTable[mapping.Scope] = mapping; 418scopeTable[mapping.Scope] = mapping;
System\Xml\Serialization\SoapCodeExporter.cs (2)
66CheckScope(xmlTypeMapping.Scope); 76CheckScope(xmlMembersMapping.Scope);
System\Xml\Serialization\SoapSchemaExporter.cs (2)
43CheckScope(xmlTypeMapping.Scope); 60CheckScope(xmlMembersMapping.Scope);
System\Xml\Serialization\XmlCodeExporter.cs (3)
68CheckScope(xmlTypeMapping.Scope); 80CheckScope(xmlMembersMapping.Scope); 572CheckScope(mapping.Scope);
System\Xml\Serialization\XmlSchemaExporter.cs (6)
48CheckScope(xmlTypeMapping.Scope); 50ExportRootIfNecessary(xmlTypeMapping.Scope); 56CheckScope(xmlMembersMapping.Scope); 65ExportRootIfNecessary(xmlMembersMapping.Scope); 86CheckScope(xmlMembersMapping.Scope); 110ExportRootIfNecessary(xmlMembersMapping.Scope);