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); 235var commandLine = _commandLineStorage == null ? ImmutableArray<string>.Empty : _commandLineStorage.ReadLines(); 274_commandLineStorage?.Dispose();