3 writes to _stream
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\TemporaryStorage\LegacyTemporaryStorageService.cs (3)
41_stream = null; 62var existingValue = Interlocked.CompareExchange(ref _stream, newStream, null); 77var existingValue = Interlocked.CompareExchange(ref _stream, newStream, null);
2 references to _stream
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\TemporaryStorage\LegacyTemporaryStorageService.cs (2)
40_stream?.Dispose(); 46var stream = _stream ?? throw new InvalidOperationException();