1 reference to ReadLines
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
235
var commandLine = _commandLineStorage == null ? ImmutableArray<string>.Empty : _commandLineStorage.
ReadLines
();