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)
429
if (_position >=
_end
)
439
if (_position >=
_end
)
464
count = Math.Min(count, (int)(
_end
- _position));