5 references to NotStarted
System (5)
sys\System\IO\compression\DeflaterManaged.cs (5)
57processingState = DeflaterState.NotStarted; 84case DeflaterState.NotStarted : 106case DeflaterState.NotStarted: { 209Debug.Assert(processingState == DeflaterState.NotStarted || 219if (processingState == DeflaterState.NotStarted) {