4 references to GetChunkIndex
Microsoft.CodeAnalysis.Workspaces (4)
SerializableBytes.cs (4)
212var chunk = chunks[GetChunkIndex(position)]; 263protected int CurrentChunkIndex { get { return GetChunkIndex(this.position); } } 334var nextIndex = GetChunkIndex(value); 352var chunkIndex = GetChunkIndex(value);