3 writes to Length
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
167this.Length = dictionary.Add(SecureConversationDec2005Strings.Length);
System\ServiceModel\XD.cs (2)
1010this.Length = dictionary.CreateString(ServiceModelStringsVersion1.String56, 56); 1041this.Length = dictionary.CreateString(ServiceModelStringsVersion1.String56, 56);
3 references to Length
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
196SecureConversationDictionaryStrings.Add(DXD.SecureConversationDec2005Dictionary.Length);
System\ServiceModel\Security\WSSecureConversation.cs (2)
184if (reader.IsStartElement(parent.SerializerDictionary.Length, parent.SerializerDictionary.Namespace)) 295writer.WriteStartElement(serializerPrefix, parent.SerializerDictionary.Length, parent.SerializerDictionary.Namespace);