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