2 writes to _commandLineStorageHandle
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (2)
76_commandLineStorageHandle = null; 86_commandLineStorageHandle = _temporaryStorageService.WriteToTemporaryStorage(stream, CancellationToken.None);
2 references to _commandLineStorageHandle
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (2)
247var commandLine = _commandLineStorageHandle == null 249: EnumerateLines(_commandLineStorageHandle).ToImmutableArray();