3 writes to Lifetime
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
249this.Lifetime = dictionary.Add(TrustDec2005Strings.Lifetime);
System\ServiceModel\XD.cs (2)
1388this.Lifetime = dictionary.CreateString(ServiceModelStringsVersion1.String202, 202); 1443this.Lifetime = dictionary.CreateString(ServiceModelStringsVersion1.String202, 202);
4 references to Lifetime
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
320Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.Lifetime); 372Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.Lifetime);
System\ServiceModel\Security\WSTrust.cs (2)
378else if (child.LocalName == DriverDictionary.Lifetime.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 1199writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Lifetime, DriverDictionary.Namespace);