1 write to _modelScope
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
80
_modelScope
= new ModelScope(_typeScope);
16 references to _modelScope
System.Private.Xml (16)
System\Xml\Serialization\XmlReflectionImporter.cs (16)
122
TypeMapping mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(type), _defaultNs, ImportContext.Element, string.Empty, null, limiter);
168
XmlTypeMapping xmlMapping = new XmlTypeMapping(_typeScope, ImportElement(
_modelScope
.GetTypeModel(type), root, defaultNamespace, new RecursionLimiter()));
436
ImportTypeMapping(
_modelScope
.GetTypeModel(model.TypeDesc.BaseTypeDesc!.Type!), ns, context, dataType, null, repeats, openModel, limiter);
783
TypeModel baseModel =
_modelScope
.GetTypeModel(model.Type.BaseType!, false);
1493
arrayItemElement.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(targetType), arrayItemElement.Namespace, ImportContext.Element, xmlArrayItem.DataType, null, limiter);
1541
accessor.ChoiceIdentifier.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(choiceIdentifierType!), ns, ImportContext.Element, string.Empty, null, limiter);
1585
attribute.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(targetType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, isList, false, limiter);
1607
text.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(targetType), ns, ImportContext.Text, a.XmlText.DataType, null, true, false, limiter);
1621
TypeModel typeModel =
_modelScope
.GetTypeModel(targetType);
1681
TypeModel typeModel =
_modelScope
.GetTypeModel(targetType);
1722
ArrayMapping arrayMapping = ImportArrayLikeMapping(
_modelScope
.GetArrayModel(accessorType), ns, limiter);
1764
attribute.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(accessorType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, limiter);
1782
text.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(accessorType), ns, ImportContext.Text, a.XmlText.DataType, null, limiter);
1801
TypeModel typeModel =
_modelScope
.GetTypeModel(accessorType);
1864
TypeModel typeModel =
_modelScope
.GetTypeModel(targetType);
1923
TypeModel typeModel =
_modelScope
.GetTypeModel(targetType);