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