3 writes to Identifier
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
150this.Identifier = dictionary.Add(SecureConversationDec2005Strings.Identifier);
System\ServiceModel\XD.cs (2)
1014this.Identifier = dictionary.CreateString(ServiceModelStringsVersion1.String15, 15); 1048this.Identifier = dictionary.CreateString(ServiceModelStringsVersion1.String15, 15);
5 references to Identifier
System.ServiceModel (5)
System\ServiceModel\DXD.cs (1)
179SecureConversationDictionaryStrings.Add(DXD.SecureConversationDec2005Dictionary.Identifier);
System\ServiceModel\Security\WSSecureConversation.cs (4)
354if (element.LocalName == parent.SerializerDictionary.Identifier.Value && element.NamespaceURI == parent.SerializerDictionary.Namespace.Value) 438reader.MoveToStartElement(parent.SerializerDictionary.Identifier, parent.SerializerDictionary.Namespace); 501writer.WriteStartElement(parent.SerializerDictionary.Prefix.Value, parent.SerializerDictionary.Identifier, parent.SerializerDictionary.Namespace); 568UniqueId contextId = XmlHelper.ReadElementStringAsUniqueId(reader, DriverDictionary.Identifier, DriverDictionary.Namespace);