4 references to GetChunkIndex
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (4)
193var chunk = chunks[GetChunkIndex(position)]; 244protected int CurrentChunkIndex { get { return GetChunkIndex(this.position); } } 310var nextIndex = GetChunkIndex(value); 335var chunkIndex = GetChunkIndex(value);