2 writes to inflaterType
System (2)
sys\System\IO\compression\DeflateStream.cs (2)
232return (inflaterType = WorkerType.ZLib); 236return (inflaterType = WorkerType.Managed);
2 references to inflaterType
System (2)
sys\System\IO\compression\DeflateStream.cs (2)
226if (WorkerType.Unknown != inflaterType) 227return inflaterType;