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