15 references to GetDictionaryString
System.Runtime.Serialization (15)
System\Xml\StringHandle.cs (8)
111return nameTable.Add(bufferReader.GetDictionaryString(key).Value); 124return bufferReader.GetDictionaryString(key).Value; 142byte[] buffer = bufferReader.GetDictionaryString(this.key).ToUTF8(); 168value = bufferReader.GetDictionaryString(key); 192return bufferReader.Equals2(this.offset, this.length, bufferReader2.GetDictionaryString(key2).Value); 194return GetString() == bufferReader.GetDictionaryString(key2).Value; 212return bufferReader.GetDictionaryString(this.key).Value == s2; 223return bufferReader2.Equals2(offset2, length2, bufferReader.GetDictionaryString(this.key).Value);
System\Xml\ValueHandle.cs (2)
968return bufferReader.GetDictionaryString(offset); 974return string.Concat(PrefixHandle.GetString(PrefixHandle.GetAlphaPrefix(length)), ":", bufferReader.GetDictionaryString(offset));
System\Xml\XmlBinaryReader.cs (1)
119value = BufferReader.GetDictionaryString(ReadDictionaryKey()).Value;
System\Xml\XmlBufferReader.cs (4)
874string s = GetDictionaryString(key).Value; 912return GetDictionaryString(key1).Value == bufferReader2.GetDictionaryString(key2).Value; 920return GetDictionaryString(key1).Value == xmlString2.Value;