// 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.HashXmlDeclaration( _value ); }
// 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.HashXmlDeclaration(_value); }
internal override void ComputeHashValue(XmlHash xmlHash) { this._hashValue = xmlHash.HashXmlDeclaration(this._value); }