1 write to _typeScope
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
86_typeScope = new TypeScope();
31 references to _typeScope
dotnet-svcutil-lib (31)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (31)
87_modelScope = new ModelScope(_typeScope); 172XmlTypeMapping xmlMapping = new XmlTypeMapping(_typeScope, ImportElement(_modelScope.GetTypeModel(type), root, defaultNamespace, new RecursionLimiter())); 235XmlMembersMapping xmlMapping = new XmlMembersMapping(_typeScope, element, access); 399TypeDesc td = _typeScope.GetTypeDesc(dataType, XmlSchema.Namespace); 438TypeDesc valueTypeDesc = string.IsNullOrEmpty(dataType) ? model.TypeDesc.BaseTypeDesc : _typeScope.GetTypeDesc(dataType, XmlSchema.Namespace); 574_typeScope.AddTypeMapping(mapping); 638TypeDesc typeDesc = _typeScope.GetTypeDesc(typeof(object)); 698_typeScope.AddTypeMapping(mapping); 707_typeScope.AddTypeMapping(_root); 931_typeScope.AddTypeMapping(mapping); 956TypeDesc typeDesc = _typeScope.GetTypeDesc(type); 1097_savedArrayItemAttributes.Add(CreateArrayItemAttribute(_typeScope.GetTypeDesc(model.Element.Type), _arrayNestingLevel)); 1129_typeScope.AddTypeMapping(mapping); 1162mapping.TypeDesc = _typeScope.GetTypeDesc(dataType, XmlSchema.Namespace); 1166mapping.TypeDesc = _typeScope.GetTypeDesc(dataType, UrtTypes.Namespace); 1221_typeScope.AddTypeMapping(mapping); 1245members.TypeDesc = _typeScope.GetTypeDesc(typeof(object[])); 1323TypeDesc typeDesc = _typeScope.GetTypeDesc(xmlReflectionMember.MemberType); 1375FieldModel model = new FieldModel(xmlReflectionMember.MemberName, xmlReflectionMember.MemberType, _typeScope.GetTypeDesc(xmlReflectionMember.MemberType), checkSpecified, false); 1501TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1529accessor.TypeDesc = _typeScope.GetTypeDesc(accessorType); 1544accessor.TypeDesc = _typeScope.GetArrayTypeDesc(accessorType); 1585TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1616TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1619if (!(text.Mapping is SpecialMapping) && targetTypeDesc != _typeScope.GetTypeDesc(typeof(string))) 1631TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1691TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1724TypeDesc arrayElementTypeDesc = _typeScope.GetTypeDesc(arrayElementType); 1808if (_typeScope.GetTypeDesc(xmlElement.Type) != accessor.TypeDesc) 1875TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType); 1935TypeDesc targetTypeDesc = _typeScope.GetTypeDesc(targetType);