4 references to AddToDictionary
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (4)
105
messageInfo.WrapperName =
AddToDictionary
(body.WrapperName);
106
messageInfo.WrapperNamespace =
AddToDictionary
(body.WrapperNamespace);
139
PartInfo partInfo = new PartInfo(part,
AddToDictionary
(part.Name),
AddToDictionary
(ns), _knownTypes, serializerFactory);