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