1 write to modelScope
System.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
83
this.
modelScope
= new ModelScope(this.typeScope);
16 references to modelScope
System.Xml (16)
System\Xml\Serialization\XmlReflectionImporter.cs (16)
118
TypeMapping mapping = ImportTypeMapping(
modelScope
.GetTypeModel(type), defaultNs, ImportContext.Element, string.Empty, null, limiter);
159
XmlTypeMapping xmlMapping = new XmlTypeMapping(typeScope, ImportElement(
modelScope
.GetTypeModel(type), root, defaultNamespace, new RecursionLimiter()));
394
baseMapping = ImportTypeMapping(
modelScope
.GetTypeModel(model.TypeDesc.BaseTypeDesc.Type), ns, context, dataType, null, repeats, openModel, limiter);
704
TypeModel baseModel =
modelScope
.GetTypeModel(model.Type.BaseType, false);
1307
arrayItemElement.Mapping = ImportTypeMapping(
modelScope
.GetTypeModel(targetType), arrayItemElement.Namespace, ImportContext.Element, xmlArrayItem.DataType, null, limiter);
1352
accessor.ChoiceIdentifier.Mapping = ImportTypeMapping(
modelScope
.GetTypeModel(choiceIdentifierType), ns, ImportContext.Element, String.Empty, null, limiter);
1390
attribute.Mapping = ImportTypeMapping(
modelScope
.GetTypeModel(targetType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, isList, false, limiter);
1411
text.Mapping = ImportTypeMapping(
modelScope
.GetTypeModel(targetType), ns, ImportContext.Text, a.XmlText.DataType, null, true, false, limiter);
1424
TypeModel typeModel =
modelScope
.GetTypeModel(targetType);
1477
TypeModel typeModel =
modelScope
.GetTypeModel(targetType);
1515
ArrayMapping arrayMapping = ImportArrayLikeMapping(
modelScope
.GetArrayModel(accessorType), ns, limiter);
1552
attribute.Mapping = ImportTypeMapping(
modelScope
.GetTypeModel(accessorType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, limiter);
1568
text.Mapping = ImportTypeMapping(
modelScope
.GetTypeModel(accessorType), ns, ImportContext.Text, a.XmlText.DataType, null, limiter);
1584
TypeModel typeModel =
modelScope
.GetTypeModel(accessorType);
1637
TypeModel typeModel =
modelScope
.GetTypeModel(targetType);
1692
TypeModel typeModel =
modelScope
.GetTypeModel(targetType);