3 references to GetChunkOffset
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (3)
194
var currentOffset =
GetChunkOffset
(position);
245
protected int CurrentChunkOffset { get { return
GetChunkOffset
(this.position); } }
336
var chunkOffset =
GetChunkOffset
(value);