4 references to Equals2
System.Runtime.Serialization (4)
System\Xml\PrefixHandle.cs (1)
197
return bufferReader.
Equals2
(this.offset, this.length, prefix2);
System\Xml\StringHandle.cs (3)
192
return bufferReader.
Equals2
(this.offset, this.length, bufferReader2.GetDictionaryString(key2).Value);
214
return bufferReader.
Equals2
(this.offset, this.length, s2);
223
return bufferReader2.
Equals2
(offset2, length2, bufferReader.GetDictionaryString(this.key).Value);