3 references to Element
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
452
TypeMapping itemTypeMapping = ImportTypeMapping(model.
Element
, limiter);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1097
_savedArrayItemAttributes.Add(CreateArrayItemAttribute(_typeScope.GetTypeDesc(model.
Element
.Type), _arrayNestingLevel));
1098
CreateArrayElementsFromAttributes(mapping, _savedArrayItemAttributes, model.
Element
.Type, _savedArrayNamespace == null ? ns : _savedArrayNamespace, limiter);