12 references to Scope
System.Private.Xml (12)
System\Xml\Serialization\Compilation.cs (2)
306scopeTable[mapping.Scope!] = mapping; 444scopeTable[mapping.Scope!] = mapping;
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
35TypeScope scope = _mapping.Scope!; 1769foreach (var m in _mapping.Scope!.TypeMappings)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (2)
41TypeScope scope = _mapping.Scope!; 664foreach (var m in _mapping.Scope!.TypeMappings)
System\Xml\Serialization\XmlSchemaExporter.cs (6)
35CheckScope(xmlTypeMapping.Scope); 37ExportRootIfNecessary(xmlTypeMapping.Scope!); 43CheckScope(xmlMembersMapping.Scope!); 54ExportRootIfNecessary(xmlMembersMapping.Scope!); 69CheckScope(xmlMembersMapping.Scope); 98ExportRootIfNecessary(xmlMembersMapping.Scope!);