2 writes to _commandLineStorage
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (2)
75
_commandLineStorage
= null;
78
_commandLineStorage
= _temporaryStorageService.CreateTemporaryStreamStorage();
5 references to _commandLineStorage
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (5)
74
_commandLineStorage
?.Dispose();
79
_commandLineStorage
.WriteAllLines(arguments);
235
var commandLine =
_commandLineStorage
== null ? ImmutableArray<string>.Empty :
_commandLineStorage
.ReadLines();
274
_commandLineStorage
?.Dispose();