10 references to Key
System.Private.DataContractSerialization (10)
System\Xml\XmlBinaryWriter.cs (2)
351key = s.Key * 2; 358key = t.Key * 2;
System\Xml\XmlBinaryWriterSession.cs (7)
36key = (keys[value.Key] - 1); 45keys[value.Key] = (key + 1); 50keys = AddKeys(value.Dictionary, value.Key + 1); 51keys[value.Key] = (key + 1); 81key = (keys[s.Key] - 1); 91keys ??= AddKeys(s.Dictionary, s.Key + 1); 93keys[s.Key] = (key + 1);
System\Xml\XmlBufferReader.cs (1)
810return xmlString2.Key == (key1 >> 1);