3 writes to _key
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs (3)
48_key = (int)constStringType; 61_key = key; 67_key = value._key;
13 references to _key
dotnet-svcutil-lib (13)
FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs (13)
67_key = value._key; 114return nameTable.Add(_bufferReader.GetDictionaryString(_key).Value); 117return nameTable.Add(s_constStrings[_key]); 126return _bufferReader.GetDictionaryString(_key).Value; 129return s_constStrings[_key]; 143byte[] buffer = _bufferReader.GetDictionaryString(_key).ToUTF8(); 150byte[] buffer = XmlConverter.ToBytes(s_constStrings[_key]); 169value = _bufferReader.GetDictionaryString(_key); 190return _bufferReader.Equals2(_key, key2, bufferReader2); 201return _bufferReader.Equals2(_key, xmlString2); 212return _bufferReader.GetDictionaryString(_key).Value == s2; 223return bufferReader2.Equals2(offset2, length2, _bufferReader.GetDictionaryString(_key).Value); 236return Equals2(other._key, other._bufferReader);