3 references to CHUNK_EOC
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
189Invariant.Assert(chunk.BreakType >= CHUNK_BREAKTYPE.CHUNK_NO_BREAK && chunk.BreakType <= CHUNK_BREAKTYPE.CHUNK_EOC);
src\Framework\MS\Internal\IO\Packaging\ManagedFilter.cs (2)
247Invariant.Assert(breakType >= CHUNK_BREAKTYPE.CHUNK_NO_BREAK && breakType <= CHUNK_BREAKTYPE.CHUNK_EOC); 317&& value <= CHUNK_BREAKTYPE.CHUNK_EOC);