6 references to Serializer
System.ServiceModel.Primitives (6)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (6)
291part.Serializer.WriteObject(writer, graph); 452if (part.Serializer.IsStartObject(reader)) 482if (part.Serializer.IsStartObject(reader)) 506while (part.Serializer.IsStartObject(reader)) 578: base(headerPart.DictionaryName.Value, headerPart.DictionaryNamespace.Value, headerValue, headerPart.Serializer, mustUnderstand, actor ?? string.Empty, relay) 652return ReadObject(reader, Serializer);