39 references to Key
System.IdentityModel (2)
System\IdentityModel\IdentityModelDictionary.cs (2)
88XmlDictionaryString s = versionedDictionaryStrings[key.Key]; 96versionedDictionaryStrings[key.Key] = s;
System.Runtime.Serialization (10)
System\Xml\XmlBinaryWriter.cs (2)
355key = s.Key * 2; 362key = t.Key * 2;
System\Xml\XmlBinaryWriterSession.cs (7)
35key = (keys[value.Key] - 1); 44keys[value.Key] = (key + 1); 49keys = AddKeys(value.Dictionary, value.Key + 1); 50keys[value.Key] = (key + 1); 80key = (keys[s.Key] - 1); 92keys = AddKeys(s.Dictionary, s.Key + 1); 95keys[s.Key] = (key + 1);
System\Xml\XmlBufferReader.cs (1)
918return xmlString2.Key == (key1 >> 1);
System.ServiceModel (27)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (22)
1351builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Envelope.Key)); 1352builder.AppendDictionaryXmlnsAttribute(messagePrefix, builder.GetStaticKey(message12Dictionary.Namespace.Key)); 1353builder.AppendDictionaryXmlnsAttribute(addressingPrefix, builder.GetStaticKey(addressing10Dictionary.Namespace.Key)); 1356builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Header.Key)); 1359builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.Action.Key)); 1360builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.Key), '1'); 1365builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.MessageId.Key)); 1370builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.ReplyTo.Key)); 1371builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.Address.Key)); 1372builder.AppendDictionaryTextWithEndElement(builder.GetStaticKey(addressing10Dictionary.Anonymous.Key)); 1376builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.To.Key)); 1377builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.Key), '1'); 1384builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.Key)); 1388builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.RelatesTo.Key)); 1393builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.To.Key)); 1394builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.Key), '1'); 1395builder.AppendDictionaryTextWithEndElement(builder.GetStaticKey(addressing10Dictionary.Anonymous.Key)); 1401builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.Key)); 1405builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Envelope.Key)); 1406builder.AppendDictionaryXmlnsAttribute(messagePrefix, builder.GetStaticKey(message12Dictionary.Namespace.Key)); 1407builder.AppendDictionaryXmlnsAttribute(addressingPrefix, builder.GetStaticKey(addressing10Dictionary.Namespace.Key)); 1410builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.Key));
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (3)
599if (this.dictionaryStrings[i].Key == key) 616if ((this.dictionaryStrings[i].Key == value.Key) &&
System\ServiceModel\ServiceModelDictionary.cs (2)
104XmlDictionaryString s = versionedDictionaryStrings[key.Key]; 112versionedDictionaryStrings[key.Key] = s;