1 write to DictionaryName
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
616DictionaryName = dictionaryName;
3 references to DictionaryName
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (3)
578: base(headerPart.DictionaryName.Value, headerPart.DictionaryNamespace.Value, headerValue, headerPart.Serializer, mustUnderstand, actor ?? string.Empty, relay) 587writer.WriteStartElement(prefix, _headerPart.DictionaryName, _headerPart.DictionaryNamespace); 643_serializer = _serializerFactory.CreateSerializer(Description.Type, DictionaryName, DictionaryNamespace, _knownTypes);