2 writes to RequestedTokenClosed
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
294this.RequestedTokenClosed = dictionary.Add(TrustDec2005Strings.RequestedTokenClosed);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
740this.RequestedTokenClosed = dictionary.CreateString(ServiceModelStringsVersion1.String244, 244);
4 references to RequestedTokenClosed
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
340Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.RequestedTokenClosed); 417Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.RequestedTokenClosed);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (2)
135if (child.LocalName == this.DriverDictionary.RequestedTokenClosed.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value) 183writer.WriteElementString(this.DriverDictionary.RequestedTokenClosed, this.DriverDictionary.Namespace, String.Empty);