2 references to Crossgen2ExtraCommandLineArgs
Crossgen2Tasks (2)
RunReadyToRunCompiler.cs (2)
347
if (!string.IsNullOrEmpty(
Crossgen2ExtraCommandLineArgs
))
349
foreach (string extraArg in
Crossgen2ExtraCommandLineArgs
.Split(';', StringSplitOptions.RemoveEmptyEntries))