2 references to Read
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
18
return new CSharpCommandLineArgumentReader(project).
Read
();
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (1)
20
return new VisualBasicCommandLineArgumentReader(project).
Read
();