3 overrides of WriteObject
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
290public override void WriteObject(XmlDictionaryWriter writer, object graph)
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (1)
72public override void WriteObject(XmlDictionaryWriter writer, object graph)
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\UnwrappedTypesXmlSerializerManager.cs (1)
140public override void WriteObject(XmlDictionaryWriter writer, object graph)
13 references to WriteObject
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\DefaultObjectSerializer.cs (2)
97this.serializer.WriteObject(dictionaryWriter, property); 109this.serializer.WriteObject(dictionaryWriter, value);
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlObjectSerializer.cs (2)
29WriteObject(writer, graph); 36WriteObject(XmlDictionaryWriter.CreateDictionaryWriter(writer), graph);
System.ServiceModel (7)
System\ServiceModel\Channels\Message.cs (1)
917serializer.WriteObject(writer, body);
System\ServiceModel\Channels\MessageFault.cs (1)
476serializer.WriteObject(writer, detail);
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
262part.Serializer.WriteObject(writer, graph);
System\ServiceModel\Security\SctClaimSerializer.cs (3)
172serializer.WriteObject(writer, claim); 222serializer.WriteObject(writer, claimSet); 469serializer.WriteObject(writer, identity);
System\ServiceModel\Security\WSTrust.cs (1)
1010serializer.WriteObject(writer, appliesTo);
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
366this.serializer.WriteObject(writer, body);
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
493serializer.WriteObject(dictionaryWriter, instance);