1 write to Prefix
System.ServiceModel.Primitives (1)
System\ServiceModel\XD.cs (1)
383Prefix = dictionary.CreateString(ServiceModelStringsVersion1.String66, 66);
3 references to Prefix
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\Message.cs (3)
442writer.WriteStartElement(messageDictionary.Prefix.Value, messageDictionary.Body, Version.Envelope.DictionaryNamespace); 502writer.WriteStartElement(messageDictionary.Prefix.Value, messageDictionary.Envelope, envelopeVersion.DictionaryNamespace); 513writer.WriteStartElement(messageDictionary.Prefix.Value, messageDictionary.Header, envelopeVersion.DictionaryNamespace);