3 writes to idChunk
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (2)
188native.idChunk = chunk.ID; 317chunk.idChunk = 0;
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (1)
165chunk.idChunk = AllocateChunkID();
2 references to idChunk
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (2)
147if (!_isInternalFilter || chunk.idChunk != 0) 170chunk.idChunkSource = chunk.idChunk;