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