3 writes to _stream
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\TemporaryStorage\LegacyTemporaryStorageService.cs (3)
43_stream = null; 64var existingValue = Interlocked.CompareExchange(ref _stream, newStream, null); 79var existingValue = Interlocked.CompareExchange(ref _stream, newStream, null);
2 references to _stream
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\TemporaryStorage\LegacyTemporaryStorageService.cs (2)
42_stream?.Dispose(); 48var stream = _stream ?? throw new InvalidOperationException();