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