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