1 write to importer
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
224
this.
importer
= new XmlSerializerImporter(defaultNs);
3 references to importer
System.ServiceModel (3)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (3)
390
parent.
importer
.IncludeType(knownType, IsEncoded);
605
return this.parent.
importer
.ImportMembersMapping(new XmlName(elementName, true /*isEncoded*/), ns, members, hasWrapperElement, rpc, this.IsEncoded, key);
617
XmlTypeMapping mapping = this.parent.
importer
.ImportTypeMapping(fault.DetailType, this.IsEncoded);