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)
73ImportTypeMapping(_modelScope.GetTypeModel(type), limiter); 87element.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(type), new RecursionLimiter()); 211ImportTypeMapping(_modelScope.GetTypeModel(baseTypeDesc.Type!), dataType, limiter); 360StructMapping baseMapping = ImportStructLikeMapping((StructModel)_modelScope.GetTypeModel(model.Type.BaseType!, false), limiter); 706attribute.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), (a.SoapAttribute == null ? string.Empty : a.SoapAttribute.DataType), limiter); 721element.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), (a.SoapElement == null ? string.Empty : a.SoapElement.DataType), limiter);