1 write to zlibErrorCode
System (1)
sys\System\IO\compression\ZLibException.cs (1)
116this.zlibErrorCode = zlibErrorCode;
2 references to zlibErrorCode
System (2)
sys\System\IO\compression\ZLibException.cs (2)
105si.AddValue("zlibErrorCode", (Int32) this.zlibErrorCode); 136get { return (int) zlibErrorCode; }