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