1 write to _modelScope
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
65
_modelScope
= new ModelScope(_typeScope);
6 references to _modelScope
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (6)
95
ImportTypeMapping(
_modelScope
.GetTypeModel(type), limiter);
115
element.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(type), new RecursionLimiter());
244
baseMapping = ImportTypeMapping(
_modelScope
.GetTypeModel(baseTypeDesc.Type), dataType, limiter);
389
StructMapping baseMapping = ImportStructLikeMapping((StructModel)
_modelScope
.GetTypeModel(model.Type.GetTypeInfo().BaseType, false), limiter);
732
attribute.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(accessorType), (a.SoapAttribute == null ? String.Empty : a.SoapAttribute.DataType), limiter);
747
element.Mapping = ImportTypeMapping(
_modelScope
.GetTypeModel(accessorType), (a.SoapElement == null ? String.Empty : a.SoapElement.DataType), limiter);