2 writes to Identifier
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
131Identifier = dictionary.Add(SecureConversationDec2005Strings.Identifier);
System\ServiceModel\XD.cs (1)
476Identifier = dictionary.CreateString(ServiceModelStringsVersion1.String15, 15);
5 references to Identifier
System.ServiceModel.Primitives (5)
System\ServiceModel\DXD.cs (1)
160SecureConversationDictionaryStrings.Add(DXD.SecureConversationDec2005Dictionary.Identifier);
System\ServiceModel\Security\WSSecureConversation.cs (4)
337if (element.LocalName == Parent.SerializerDictionary.Identifier.Value && element.NamespaceURI == Parent.SerializerDictionary.Namespace.Value) 421reader.MoveToStartElement(Parent.SerializerDictionary.Identifier, Parent.SerializerDictionary.Namespace); 483writer.WriteStartElement(Parent.SerializerDictionary.Prefix.Value, Parent.SerializerDictionary.Identifier, Parent.SerializerDictionary.Namespace); 552UniqueId contextId = XmlHelper.ReadElementStringAsUniqueId(reader, DriverDictionary.Identifier, DriverDictionary.Namespace);