2 writes to Identifier
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
150this.Identifier = dictionary.Add(SecureConversationDec2005Strings.Identifier);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
463this.Identifier = dictionary.CreateString(ServiceModelStringsVersion1.String15, 15);
3 references to Identifier
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
179SecureConversationDictionaryStrings.Add(DXD.SecureConversationDec2005Dictionary.Identifier);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (2)
425writer.WriteStartElement(_parent.SerializerDictionary.Prefix.Value, _parent.SerializerDictionary.Identifier, _parent.SerializerDictionary.Namespace); 492UniqueId contextId = XmlHelper.ReadElementStringAsUniqueId(reader, DriverDictionary.Identifier, DriverDictionary.Namespace);