2 writes to dictionary
System.Runtime.Serialization (2)
System\Xml\XmlBufferReader.cs (2)
93this.dictionary = dictionary; 113this.dictionary = null;
4 references to dictionary
System.Runtime.Serialization (4)
System\Xml\XmlBufferReader.cs (4)
917if ((key1 & 1) == 0 && xmlString2.Dictionary == dictionary) 1218keyDictionary = dictionary; 1244if (dictionary == null) 1248if (!dictionary.TryLookup(staticKey, out xmlString))