2 writes to UseKey
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
274
this.
UseKey
= dictionary.Add(TrustDec2005Strings.UseKey);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
752
this.
UseKey
= dictionary.CreateString(ServiceModelStringsVersion1.String232, 232);
3 references to UseKey
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
352
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
UseKey
);
397
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
UseKey
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
805
XmlElement result = doc.CreateElement(this.DriverDictionary.
UseKey
.Value, this.DriverDictionary.Namespace.Value);