src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (2)
181var totalCopyCount = Read(this.chunks, this.position, this.length, buffer, index, count);
218Read(this.chunks, 0, this.length, array, 0, array.Length);