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)
248
var commandLine =
_commandLineStorageHandle
== null
250
: EnumerateLines(
_commandLineStorageHandle
).ToImmutableArray();