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