21 references to GetTypeModel
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (2)
77
model =
GetTypeModel
(type);
124
get { return ModelScope.
GetTypeModel
(TypeScope.GetArrayElementType(Type, null)); }
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (5)
95
ImportTypeMapping(_modelScope.
GetTypeModel
(type), limiter);
115
element.Mapping = ImportTypeMapping(_modelScope.
GetTypeModel
(type), new RecursionLimiter());
244
baseMapping = ImportTypeMapping(_modelScope.
GetTypeModel
(baseTypeDesc.Type), dataType, 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);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (14)
126
TypeMapping mapping = ImportTypeMapping(_modelScope.
GetTypeModel
(type), _defaultNs, ImportContext.Element, string.Empty, null, limiter);
172
XmlTypeMapping xmlMapping = new XmlTypeMapping(_typeScope, ImportElement(_modelScope.
GetTypeModel
(type), root, defaultNamespace, new RecursionLimiter()));
442
baseMapping = ImportTypeMapping(_modelScope.
GetTypeModel
(model.TypeDesc.BaseTypeDesc.Type), ns, context, dataType, null, repeats, openModel, limiter);
1504
arrayItemElement.Mapping = ImportTypeMapping(_modelScope.
GetTypeModel
(targetType), arrayItemElement.Namespace, ImportContext.Element, xmlArrayItem.DataType, null, limiter);
1551
accessor.ChoiceIdentifier.Mapping = ImportTypeMapping(_modelScope.
GetTypeModel
(choiceIdentifierType), ns, ImportContext.Element, String.Empty, null, limiter);
1595
attribute.Mapping = ImportTypeMapping(_modelScope.
GetTypeModel
(targetType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, isList, false, limiter);
1618
text.Mapping = ImportTypeMapping(_modelScope.
GetTypeModel
(targetType), ns, ImportContext.Text, a.XmlText.DataType, null, true, false, limiter);
1632
TypeModel typeModel = _modelScope.
GetTypeModel
(targetType);
1692
TypeModel typeModel = _modelScope.
GetTypeModel
(targetType);
1776
attribute.Mapping = ImportTypeMapping(_modelScope.
GetTypeModel
(accessorType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, limiter);
1795
text.Mapping = ImportTypeMapping(_modelScope.
GetTypeModel
(accessorType), ns, ImportContext.Text, a.XmlText.DataType, null, limiter);
1814
TypeModel typeModel = _modelScope.
GetTypeModel
(accessorType);
1877
TypeModel typeModel = _modelScope.
GetTypeModel
(targetType);
1936
TypeModel typeModel = _modelScope.
GetTypeModel
(targetType);