2 writes to _currentChunkID
PresentationFramework (2)
MS\Internal\IO\Packaging\XamlFilter.cs (2)
129
_currentChunkID
= 0;
896
++
_currentChunkID
;
2 references to _currentChunkID
PresentationFramework (2)
MS\Internal\IO\Packaging\XamlFilter.cs (2)
894
Invariant.Assert(
_currentChunkID
<= UInt32.MaxValue);
898
return
_currentChunkID
;