10 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);