2 writes to _currentChunkID
PresentationFramework (2)
MS\Internal\IO\Packaging\XamlFilter.cs (2)
128_currentChunkID = 0; 889++_currentChunkID;
2 references to _currentChunkID
PresentationFramework (2)
MS\Internal\IO\Packaging\XamlFilter.cs (2)
887Invariant.Assert(_currentChunkID <= UInt32.MaxValue); 891return _currentChunkID;