2 references to Crossgen2ExtraCommandLineArgs
Microsoft.NET.Build.Tasks (2)
RunReadyToRunCompiler.cs (2)
345if (!string.IsNullOrEmpty(Crossgen2ExtraCommandLineArgs)) 347foreach (string extraArg in Crossgen2ExtraCommandLineArgs.Split(new char[] { ';' }, StringSplitOptions.RemoveEmptyEntries))