3 references to CHUNK_EOC
PresentationFramework (3)
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
161Invariant.Assert(chunk.BreakType >= CHUNK_BREAKTYPE.CHUNK_NO_BREAK && chunk.BreakType <= CHUNK_BREAKTYPE.CHUNK_EOC);
MS\Internal\IO\Packaging\ManagedFilter.cs (2)
232Invariant.Assert(breakType >= CHUNK_BREAKTYPE.CHUNK_NO_BREAK && breakType <= CHUNK_BREAKTYPE.CHUNK_EOC); 301&& value <= CHUNK_BREAKTYPE.CHUNK_EOC);