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