2 writes to Lifetime
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
229
Lifetime
= dictionary.Add(TrustDec2005Strings.Lifetime);
System\ServiceModel\XD.cs (1)
732
Lifetime
= dictionary.CreateString(ServiceModelStringsVersion1.String202, 202);
4 references to Lifetime
System.ServiceModel.Primitives (4)
System\ServiceModel\DXD.cs (2)
300
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
Lifetime
);
352
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
Lifetime
);
System\ServiceModel\Security\WSTrust.cs (2)
368
else if (child.LocalName == DriverDictionary.
Lifetime
.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
1123
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.
Lifetime
, DriverDictionary.Namespace);