4 references to AddToDictionary
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (4)
119
messageInfo.WrapperName =
AddToDictionary
(body.WrapperName);
120
messageInfo.WrapperNamespace =
AddToDictionary
(body.WrapperNamespace);
164
PartInfo partInfo = new PartInfo(part,
AddToDictionary
(part.Name),
AddToDictionary
(ns), knownTypes, serializerFactory);