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