1 instantiation of CSharpCommandLineArgumentReader
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
18return new CSharpCommandLineArgumentReader(project).Read();
1 reference to CSharpCommandLineArgumentReader
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
MSBuild\CSharp\CSharpProjectCommandLineReader.cs (1)
21=> CSharpCommandLineArgumentReader.Read(project);