39 references to Key
dotnet-svcutil-lib (39)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (2)
348
key = s.
Key
* 2;
355
key = t.
Key
* 2;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriterSession.cs (7)
37
key = (keys[value.
Key
] - 1);
46
keys[value.
Key
] = (key + 1);
51
keys = AddKeys(value.Dictionary, value.
Key
+ 1);
52
keys[value.
Key
] = (key + 1);
82
key = (keys[s.
Key
] - 1);
94
keys = AddKeys(s.Dictionary, s.
Key
+ 1);
97
keys[s.
Key
] = (key + 1);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
903
return xmlString2.
Key
== (key1 >> 1);
FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelDictionary.cs (2)
89
XmlDictionaryString s = _versionedDictionaryStrings[key.
Key
];
97
_versionedDictionaryStrings[key.
Key
] = s;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (22)
1234
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Envelope.
Key
));
1235
builder.AppendDictionaryXmlnsAttribute(messagePrefix, builder.GetStaticKey(message12Dictionary.Namespace.
Key
));
1236
builder.AppendDictionaryXmlnsAttribute(addressingPrefix, builder.GetStaticKey(addressing10Dictionary.Namespace.
Key
));
1239
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Header.
Key
));
1242
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.Action.
Key
));
1243
builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.
Key
), '1');
1248
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.MessageId.
Key
));
1253
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.ReplyTo.
Key
));
1254
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.Address.
Key
));
1255
builder.AppendDictionaryTextWithEndElement(builder.GetStaticKey(addressing10Dictionary.Anonymous.
Key
));
1259
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.To.
Key
));
1260
builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.
Key
), '1');
1267
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.
Key
));
1271
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.RelatesTo.
Key
));
1276
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.To.
Key
));
1277
builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.
Key
), '1');
1278
builder.AppendDictionaryTextWithEndElement(builder.GetStaticKey(addressing10Dictionary.Anonymous.
Key
));
1284
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.
Key
));
1288
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Envelope.
Key
));
1289
builder.AppendDictionaryXmlnsAttribute(messagePrefix, builder.GetStaticKey(message12Dictionary.Namespace.
Key
));
1290
builder.AppendDictionaryXmlnsAttribute(addressingPrefix, builder.GetStaticKey(addressing10Dictionary.Namespace.
Key
));
1293
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.Body.
Key
));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (3)
562
if (_dictionaryStrings[i].
Key
== key)
579
if ((_dictionaryStrings[i].
Key
== value.
Key
) &&
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs (2)
105
XmlDictionaryString s = _versionedDictionaryStrings[key.
Key
];
113
_versionedDictionaryStrings[key.
Key
] = s;