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