1 write to _typeScope
System.Private.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
43
_typeScope
= new TypeScope();
14 references to _typeScope
System.Private.Xml (14)
System\Xml\Serialization\SoapReflectionImporter.cs (14)
44
_modelScope = new ModelScope(
_typeScope
);
91
XmlTypeMapping xmlMapping = new XmlTypeMapping(
_typeScope
, element);
131
XmlMembersMapping xmlMapping = new XmlMembersMapping(
_typeScope
, element, access);
226
TypeDesc typeDesc =
_typeScope
.GetTypeDesc(typeof(object));
243
_typeScope
.AddTypeMapping(_root);
291
_typeScope
.AddTypeMapping(mapping);
317
_typeScope
.AddTypeMapping(mapping);
450
_typeScope
.AddTypeMapping(mapping);
573
_typeScope
.AddTypeMapping(mapping);
609
members.TypeDesc =
_typeScope
.GetTypeDesc(typeof(object[]));
655
FieldModel model = new FieldModel(xmlReflectionMember.MemberName, xmlReflectionMember.MemberType!,
_typeScope
.GetTypeDesc(xmlReflectionMember.MemberType!), checkSpecified, false);
687
accessor.TypeDesc =
_typeScope
.GetTypeDesc(accessorType);
750
if (fieldTypeDesc !=
_typeScope
.GetTypeDesc(a.SoapDefaultValue.GetType()))
765
TypeDesc typeDesc =
_typeScope
.GetTypeDesc(type);