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