3 writes to key
System.Runtime.Serialization (3)
System\Xml\StringHandle.cs (3)
45key = (int)constStringType; 58this.key = key; 64this.key = value.key;
13 references to key
System.Runtime.Serialization (13)
System\Xml\StringHandle.cs (13)
64this.key = value.key; 111return nameTable.Add(bufferReader.GetDictionaryString(key).Value); 113return nameTable.Add(constStrings[key]); 124return bufferReader.GetDictionaryString(key).Value; 126return constStrings[key]; 142byte[] buffer = bufferReader.GetDictionaryString(this.key).ToUTF8(); 149byte[] buffer = XmlConverter.ToBytes(constStrings[key]); 168value = bufferReader.GetDictionaryString(key); 190return bufferReader.Equals2(this.key, key2, bufferReader2); 201return bufferReader.Equals2(this.key, xmlString2); 212return bufferReader.GetDictionaryString(this.key).Value == s2; 223return bufferReader2.Equals2(offset2, length2, bufferReader.GetDictionaryString(this.key).Value); 234return Equals2(s2.key, s2.bufferReader);