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