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