2 writes to KeySize
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
223KeySize = dictionary.Add(TrustDec2005Strings.KeySize);
System\ServiceModel\XD.cs (1)
726KeySize = dictionary.CreateString(ServiceModelStringsVersion1.String196, 196);
6 references to KeySize
System.ServiceModel.Primitives (6)
System\ServiceModel\DXD.cs (2)
294Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.KeySize); 346Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.KeySize);
System\ServiceModel\Security\WSTrust.cs (4)
253else if (child.LocalName == DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 351else if (child.LocalName == DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 990writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.KeySize, DriverDictionary.Namespace); 1147writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.KeySize, DriverDictionary.Namespace);