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