2 writes to Key
System.Runtime.Serialization (2)
System\Xml\XmlBinaryWriterSession.cs (2)
168list[minIndex].Key = key; 178list[listCount].Key = key;
3 references to Key
System.Runtime.Serialization (3)
System\Xml\XmlBinaryWriterSession.cs (3)
128if (list[i].Key == key) 138if (list[i].Key.Equals(key)) 189dictionary.Add(list[i].Key, list[i].Value);