39 references to Key
System.Private.DataContractSerialization (10)
System\Xml\XmlBinaryWriter.cs (2)
351
key = s.
Key
* 2;
358
key = t.
Key
* 2;
System\Xml\XmlBinaryWriterSession.cs (7)
36
key = (keys[value.
Key
] - 1);
45
keys[value.
Key
] = (key + 1);
50
keys = AddKeys(value.Dictionary, value.
Key
+ 1);
51
keys[value.
Key
] = (key + 1);
81
key = (keys[s.
Key
] - 1);
91
keys ??= AddKeys(s.Dictionary, s.
Key
+ 1);
93
keys[s.
Key
] = (key + 1);
System\Xml\XmlBufferReader.cs (1)
810
return xmlString2.
Key
== (key1 >> 1);
System.ServiceModel.Primitives (29)
System\IdentityModel\IdentityModelDictionary.cs (2)
108
XmlDictionaryString s = _versionedDictionaryStrings[key.
Key
];
116
_versionedDictionaryStrings[key.
Key
] = s;
System\ServiceModel\Channels\BinaryMessageEncoder.cs (22)
1232
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Envelope.
Key
));
1233
builder.AppendDictionaryXmlnsAttribute(messagePrefix, builder.GetStaticKey(message12Dictionary.Namespace.
Key
));
1234
builder.AppendDictionaryXmlnsAttribute(addressingPrefix, builder.GetStaticKey(addressing10Dictionary.Namespace.
Key
));
1237
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Header.
Key
));
1240
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.Action.
Key
));
1241
builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.
Key
), '1');
1246
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.MessageId.
Key
));
1251
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.ReplyTo.
Key
));
1252
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.Address.
Key
));
1253
builder.AppendDictionaryTextWithEndElement(builder.GetStaticKey(addressing10Dictionary.Anonymous.
Key
));
1257
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.To.
Key
));
1258
builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.
Key
), '1');
1265
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.
Key
));
1269
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.RelatesTo.
Key
));
1274
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.To.
Key
));
1275
builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.
Key
), '1');
1276
builder.AppendDictionaryTextWithEndElement(builder.GetStaticKey(addressing10Dictionary.Anonymous.
Key
));
1282
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.
Key
));
1286
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Envelope.
Key
));
1287
builder.AppendDictionaryXmlnsAttribute(messagePrefix, builder.GetStaticKey(message12Dictionary.Namespace.
Key
));
1288
builder.AppendDictionaryXmlnsAttribute(addressingPrefix, builder.GetStaticKey(addressing10Dictionary.Namespace.
Key
));
1291
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.
Key
));
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (3)
542
if (_dictionaryStrings[i].
Key
== key)
561
if ((_dictionaryStrings[i].
Key
== value.
Key
) &&
System\ServiceModel\ServiceModelDictionary.cs (2)
127
XmlDictionaryString s = _versionedDictionaryStrings[key.
Key
];
135
_versionedDictionaryStrings[key.
Key
] = s;