15 references to GetDictionaryString
System.Private.DataContractSerialization (15)
System\Xml\StringHandle.cs (8)
113return nameTable.Add(_bufferReader.GetDictionaryString(_key).Value); 127return _bufferReader.GetDictionaryString(_key).Value; 146byte[] buffer = _bufferReader.GetDictionaryString(_key).ToUTF8(); 172value = _bufferReader.GetDictionaryString(_key); 196return _bufferReader.Equals2(_offset, _length, bufferReader2.GetDictionaryString(key2).Value); 198return GetString() == _bufferReader.GetDictionaryString(key2).Value; 216return _bufferReader.GetDictionaryString(_key).Value == s2; 227return bufferReader2.Equals2(offset2, length2, _bufferReader.GetDictionaryString(_key).Value);
System\Xml\ValueHandle.cs (2)
949return _bufferReader.GetDictionaryString(_offset); 955return string.Concat(PrefixHandle.GetString(PrefixHandle.GetAlphaPrefix(_length)), ":", _bufferReader.GetDictionaryString(_offset));
System\Xml\XmlBinaryReader.cs (1)
105value = BufferReader.GetDictionaryString(ReadDictionaryKey()).Value;
System\Xml\XmlBufferReader.cs (4)
778string s = GetDictionaryString(key).Value; 804return GetDictionaryString(key1).Value == bufferReader2.GetDictionaryString(key2).Value; 812return GetDictionaryString(key1).Value == xmlString2.Value;