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