2 references to CscCommandLineArgs
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\ItemNames.cs (1)
13
public const string CscCommandLineArgs = nameof(
CscCommandLineArgs
);
MSBuild\CSharp\CSharpProjectFile.cs (1)
19
=> executedProject.GetItems(ItemNames.
CscCommandLineArgs
);