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