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