2 references to NullHashCode
ReachFramework (2)
PrintConfig\PTManager.cs (2)
120
int hashCode =
NullHashCode
;
122
int ptStreamHash = (this._ptStream != null) ? this._ptStream.GetHashCode() :
NullHashCode
;