1 write to _modelScope
System.Private.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
44
_modelScope
= new ModelScope(_typeScope);
6 references to _modelScope
System.Private.Xml (6)
System\Xml\Serialization\SoapReflectionImporter.cs (6)
73
ImportTypeMapping(
_modelScope
.GetTypeModel(type), limiter);
87
element.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(type), new RecursionLimiter());
211
ImportTypeMapping(
_modelScope
.GetTypeModel(baseTypeDesc.Type!), dataType, limiter);
360
StructMapping baseMapping = ImportStructLikeMapping((StructModel)
_modelScope
.GetTypeModel(model.Type.BaseType!, false), limiter);
706
attribute.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(accessorType), (a.SoapAttribute == null ? string.Empty : a.SoapAttribute.DataType), limiter);
721
element.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(accessorType), (a.SoapElement == null ? string.Empty : a.SoapElement.DataType), limiter);