internal override void ComputeHashValue(XmlHash xmlHash) { this._hashValue = xmlHash.ComputeHashXmlDiffDocument(this); }
// Methods // computes the hash value of the node and saves it into the _hashValue field internal override void ComputeHashValue(XmlHash xmlHash) { Debug.Assert(_hashValue == 0); _hashValue = xmlHash.ComputeHashXmlDiffDocument(this); }
// Methods // computes the hash value of the node and saves it into the _hashValue field internal override void ComputeHashValue( XmlHash xmlHash ) { Debug.Assert( _hashValue == 0 ); _hashValue = xmlHash.ComputeHashXmlDiffDocument( this ); }