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