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