2 writes to hashCode
System.Activities (2)
Microsoft\VisualBasic\Activities\VisualBasicImportReference.cs (2)
58
this.
hashCode
= this.import.ToUpperInvariant().GetHashCode();
63
this.
hashCode
= 0;
1 reference to hashCode
System.Activities (1)
Microsoft\VisualBasic\Activities\VisualBasicImportReference.cs (1)
105
return this.
hashCode
;