1 write to _typeScope
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
79_typeScope = new TypeScope();
26 references to _typeScope
System.Private.Xml (26)
System\Xml\Serialization\XmlReflectionImporter.cs (26)
80_modelScope = new ModelScope(_typeScope); 176XmlTypeMapping xmlMapping = new XmlTypeMapping(_typeScope, ImportElement(_modelScope.GetTypeModel(type), root, defaultNamespace, new RecursionLimiter())); 243XmlMembersMapping xmlMapping = new XmlMembersMapping(_typeScope, element, access); 581_typeScope.AddTypeMapping(mapping); 636TypeDesc typeDesc = _typeScope.GetTypeDesc(typeof(object)); 697_typeScope.AddTypeMapping(mapping); 707_typeScope.AddTypeMapping(_root); 938_typeScope.AddTypeMapping(mapping); 964TypeDesc typeDesc = _typeScope.GetTypeDesc(type); 1136_typeScope.AddTypeMapping(mapping); 1230_typeScope.AddTypeMapping(mapping); 1255members.TypeDesc = _typeScope.GetTypeDesc(typeof(object[])); 1335TypeDesc typeDesc = _typeScope.GetTypeDesc(xmlReflectionMember.MemberType!); 1387FieldModel model = new FieldModel(xmlReflectionMember.MemberName, xmlReflectionMember.MemberType!, _typeScope.GetTypeDesc(xmlReflectionMember.MemberType!), checkSpecified, false); 1518TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1548accessor.TypeDesc = _typeScope.GetTypeDesc(accessorType); 1563accessor.TypeDesc = _typeScope.GetArrayTypeDesc(accessorType); 1604TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1634TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1637if (!(text.Mapping is SpecialMapping) && targetTypeDesc != _typeScope.GetTypeDesc(typeof(string))) 1649TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1709TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1742TypeDesc arrayElementTypeDesc = _typeScope.GetTypeDesc(arrayElementType); 1824if (_typeScope.GetTypeDesc(xmlElement.Type) != accessor.TypeDesc) 1891TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1951TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType);