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