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