2 writes to Length
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
167this.Length = dictionary.Add(SecureConversationDec2005Strings.Length);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
456this.Length = dictionary.CreateString(ServiceModelStringsVersion1.String56, 56);
3 references to Length
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
196SecureConversationDictionaryStrings.Add(DXD.SecureConversationDec2005Dictionary.Length);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (2)
183if (reader.IsStartElement(_parent.SerializerDictionary.Length, _parent.SerializerDictionary.Namespace)) 285writer.WriteStartElement(serializerPrefix, _parent.SerializerDictionary.Length, _parent.SerializerDictionary.Namespace);