1 write to modelScope
System.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
65
this.
modelScope
= new ModelScope(this.typeScope);
6 references to modelScope
System.Xml (6)
System\Xml\Serialization\SoapReflectionImporter.cs (6)
92
ImportTypeMapping(
modelScope
.GetTypeModel(type), limiter);
110
element.Mapping = ImportTypeMapping(
modelScope
.GetTypeModel(type), new RecursionLimiter());
224
baseMapping = ImportTypeMapping(
modelScope
.GetTypeModel(baseTypeDesc.Type), dataType, limiter);
351
StructMapping baseMapping = ImportStructLikeMapping((StructModel)
modelScope
.GetTypeModel(model.Type.BaseType, false), limiter);
652
attribute.Mapping = ImportTypeMapping(
modelScope
.GetTypeModel(accessorType), (a.SoapAttribute == null ? String.Empty : a.SoapAttribute.DataType), limiter);
666
element.Mapping = ImportTypeMapping(
modelScope
.GetTypeModel(accessorType), (a.SoapElement == null ? String.Empty : a.SoapElement.DataType), limiter);