2 writes to CloseTarget
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
293this.CloseTarget = dictionary.Add(TrustDec2005Strings.CloseTarget);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
739this.CloseTarget = dictionary.CreateString(ServiceModelStringsVersion1.String243, 243);
4 references to CloseTarget
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
339Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.CloseTarget); 416Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.CloseTarget);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (2)
156else if (child.LocalName == this.DriverDictionary.CloseTarget.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value) 198writer.WriteStartElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.CloseTarget, this.DriverDictionary.Namespace);