58 references to WriteStartElement
System.ServiceModel.Primitives (58)
System\ServiceModel\Channels\AddressHeader.cs (1)
331writer.WriteStartElement(_name, _ns);
System\ServiceModel\Channels\CloseSequence.cs (3)
61writer.WriteStartElement(wsrm11Dictionary.CloseSequence, wsrmNs); 62writer.WriteStartElement(XD.WsrmFeb2005Dictionary.Identifier, wsrmNs); 68writer.WriteStartElement(wsrm11Dictionary.LastMsgNumber, wsrmNs);
System\ServiceModel\Channels\CloseSequenceResponse.cs (2)
50writer.WriteStartElement(DXD.Wsrm11Dictionary.CloseSequenceResponse, wsrmNs); 51writer.WriteStartElement(XD.WsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\CreateSequence.cs (4)
172writer.WriteStartElement(wsrmFeb2005Dictionary.CreateSequence, wsrmNs); 179writer.WriteStartElement(wsrmFeb2005Dictionary.Offer, wsrmNs); 180writer.WriteStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs); 189writer.WriteStartElement(wsrm11Dictionary.IncompleteSequenceBehavior, wsrmNs);
System\ServiceModel\Channels\CreateSequenceResponse.cs (5)
103writer.WriteStartElement(wsrmFeb2005Dictionary.CreateSequenceResponse, wsrmNs); 105writer.WriteStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs); 111writer.WriteStartElement(wsrmFeb2005Dictionary.Expires, wsrmNs); 119writer.WriteStartElement(wsrm11Dictionary.IncompleteSequenceBehavior, wsrmNs); 127writer.WriteStartElement(wsrmFeb2005Dictionary.Accept, wsrmNs);
System\ServiceModel\Channels\MessageFault.cs (12)
226writer.WriteStartElement(XD.Message12Dictionary.FaultDetail, XD.Message12Dictionary.Namespace); 230writer.WriteStartElement(XD.Message11Dictionary.FaultDetail, XD.Message11Dictionary.FaultNamespace); 234writer.WriteStartElement(XD.Message12Dictionary.FaultDetail, XD.MessageDictionary.Namespace); 329writer.WriteStartElement(XD.MessageDictionary.Fault, version.DictionaryNamespace); 330writer.WriteStartElement(XD.Message12Dictionary.FaultCode, version.DictionaryNamespace); 333writer.WriteStartElement(XD.Message12Dictionary.FaultReason, version.DictionaryNamespace); 338writer.WriteStartElement(XD.Message12Dictionary.FaultText, version.DictionaryNamespace); 363writer.WriteStartElement(XD.Message12Dictionary.FaultValue, version.DictionaryNamespace); 399writer.WriteStartElement(XD.Message12Dictionary.FaultSubcode, version.DictionaryNamespace); 412writer.WriteStartElement(XD.MessageDictionary.Fault, XD.Message11Dictionary.Namespace); 413writer.WriteStartElement(XD.Message11Dictionary.FaultCode, XD.Message11Dictionary.FaultNamespace); 454writer.WriteStartElement(XD.Message11Dictionary.FaultString, XD.Message11Dictionary.FaultNamespace);
System\ServiceModel\Channels\MessageHeader.cs (1)
342writer.WriteStartElement(DictionaryName, DictionaryNamespace);
System\ServiceModel\Channels\TerminateSequence.cs (3)
71writer.WriteStartElement(wsrmFeb2005Dictionary.TerminateSequence, wsrmNs); 72writer.WriteStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs); 80writer.WriteStartElement(DXD.Wsrm11Dictionary.LastMsgNumber, wsrmNs);
System\ServiceModel\Channels\TerminateSequenceResponse.cs (2)
54writer.WriteStartElement(DXD.Wsrm11Dictionary.TerminateSequenceResponse, wsrmNs); 55writer.WriteStartElement(XD.WsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\WsrmFault.cs (1)
516writer.WriteStartElement(wsrmFeb2005Dictionary.SequenceAcknowledgement, wsrmNs);
System\ServiceModel\Channels\WsrmMessageInfo.cs (8)
1052writer.WriteStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs); 1056writer.WriteStartElement(wsrmFeb2005Dictionary.MessageNumber, wsrmNs); 1063writer.WriteStartElement(wsrmFeb2005Dictionary.LastMessage, wsrmNs); 1301writer.WriteStartElement(DXD.Wsrm11Dictionary.Final, wsrmNs); 1322writer.WriteStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs); 1334writer.WriteStartElement(DXD.Wsrm11Dictionary.None, wsrmNs); 1341writer.WriteStartElement(wsrmFeb2005Dictionary.AcknowledgementRange, wsrmNs); 1416writer.WriteStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
244writer.WriteStartElement(messageInfo.WrapperName, messageInfo.WrapperNamespace);
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
713writer.WriteStartElement(part.DictionaryName, part.DictionaryNamespace); 747writer.WriteStartElement(_requestWrapperName, _requestWrapperNamespace); 762writer.WriteStartElement(_responseWrapperName, _responseWrapperNamespace);
System\ServiceModel\EndpointAddress.cs (7)
990writer.WriteStartElement(XD.AddressingDictionary.Address, XD.Addressing200408Dictionary.Namespace); 1008writer.WriteStartElement(XD.AddressingDictionary.ReferenceProperties, XD.Addressing200408Dictionary.Namespace); 1016writer.WriteStartElement(XD.AddressingDictionary.ReferenceParameters, XD.Addressing200408Dictionary.Namespace); 1062writer.WriteStartElement(XD.AddressingDictionary.Address, XD.Addressing10Dictionary.Namespace); 1080writer.WriteStartElement(XD.AddressingDictionary.ReferenceParameters, XD.Addressing10Dictionary.Namespace); 1089writer.WriteStartElement(XD.Addressing10Dictionary.Metadata, XD.Addressing10Dictionary.Namespace); 1146writer.WriteStartElement(localName, ns);
System\ServiceModel\EndpointIdentity.cs (1)
217writer.WriteStartElement(XD.AddressingDictionary.Identity, XD.AddressingDictionary.IdentityExtensionNamespace);
System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (2)
120writer.WriteStartElement(XD.UtilityDictionary.CreatedElement, XD.UtilityDictionary.Namespace); 125writer.WriteStartElement(XD.UtilityDictionary.ExpiresElement, XD.UtilityDictionary.Namespace);
System\ServiceModel\Security\XmlHelper.cs (2)
360writer.WriteStartElement(localName, ns); 367writer.WriteStartElement(localName, ns);