3 references to CurrentChunkIndex
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (3)
169var result = chunks[CurrentChunkIndex][CurrentChunkOffset]; 359var currentIndex = CurrentChunkIndex; 380var chunk = chunks[CurrentChunkIndex];