1 write to stringDict
System.Runtime.Serialization (1)
System\Xml\XmlBinaryReaderSession.cs (1)
37this.stringDict = new Dictionary<int, XmlDictionaryString>();
8 references to stringDict
System.Runtime.Serialization (8)
System\Xml\XmlBinaryReaderSession.cs (8)
36if (stringDict == null) 39this.stringDict.Add(id, xmlString); 67if (this.stringDict != null) 68return this.stringDict.TryGetValue(key, out result); 92if (this.stringDict != null) 94foreach (XmlDictionaryString s in this.stringDict.Values) 126if (this.stringDict != null) 127this.stringDict.Clear();