Base:
7 references to GetHashCode
Microsoft.VisualBasic.Core (7)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (7)
368Return s_hash Xor Name.GetHashCode() Xor CallInfo.GetHashCode() Xor _ignoreReturn.GetHashCode() 446Return s_hash Xor Name.GetHashCode() Xor CallInfo.GetHashCode() 523Return s_hash Xor CallInfo.GetHashCode() Xor _lateCall.GetHashCode() 592Return s_hash Xor CallInfo.GetHashCode() Xor _reportErrors.GetHashCode() 661Return s_hash Xor CallInfo.GetHashCode() Xor _reportErrors.GetHashCode() 1028Return s_hash Xor CallInfo.GetHashCode() 1103Return s_hash Xor CallInfo.GetHashCode() Xor _optimisticSet.GetHashCode() Xor _rValueBase.GetHashCode()