2 references to Crossgen2ExtraCommandLineArgs
Microsoft.NET.Build.Tasks (2)
RunReadyToRunCompiler.cs (2)
358
if (!string.IsNullOrEmpty(
Crossgen2ExtraCommandLineArgs
))
360
foreach (string extraArg in
Crossgen2ExtraCommandLineArgs
.Split([';'], StringSplitOptions.RemoveEmptyEntries))