1 write to _end
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageServiceFactory.cs (1)
424_end = _position + length;
3 references to _end
Microsoft.CodeAnalysis.Workspaces (3)
TemporaryStorage\TemporaryStorageServiceFactory.cs (3)
429if (_position >= _end) 439if (_position >= _end) 464count = Math.Min(count, (int)(_end - _position));