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