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