1 write to Body
System.ServiceModel.Primitives (1)
System\ServiceModel\XD.cs (1)
382Body = dictionary.CreateString(ServiceModelStringsVersion1.String7, 7);
7 references to Body
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
1265builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.Key)); 1282builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.Key)); 1291builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.Key));
System\ServiceModel\Channels\Message.cs (2)
442writer.WriteStartElement(messageDictionary.Prefix.Value, messageDictionary.Body, Version.Envelope.DictionaryNamespace); 1310if (!reader.IsStartElement(XD.MessageDictionary.Body, version.DictionaryNamespace))
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
106writer.WriteStartElement(_bodyPrefix, XD.MessageDictionary.Body, Version.Envelope.DictionaryNamespace);
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
408writer.WriteStartElement(_bodyPrefix, XD.MessageDictionary.Body, Version.Envelope.DictionaryNamespace);