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