3 references to DictionaryNamespace
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (3)
501: base(headerPart.DictionaryName.Value, headerPart.DictionaryNamespace.Value, headerValue, headerPart.Serializer, mustUnderstand, actor ?? string.Empty, relay) 510writer.WriteStartElement(prefix, headerPart.DictionaryName, headerPart.DictionaryNamespace); 577serializer = serializerFactory.CreateSerializer(contractType, DictionaryName, DictionaryNamespace, knownTypes);