6 references to CoreCompile
dotnet (5)
Commands\Run\RunCommand.cs (2)
528? MSBuildArgs.CloneWithAdditionalTargets(Constants.Build, Constants.ComputeRunArguments, Constants.CoreCompile) 529: MSBuildArgs.CloneWithAdditionalTargets(Constants.ComputeRunArguments, Constants.CoreCompile);
Commands\Run\VirtualProjectBuildingCommand.cs (3)
334: [Constants.Build, Constants.CoreCompile]; 458if (result.TryGetResultsForTarget(Constants.CoreCompile, out var coreCompileResult) && 469Reporter.Verbose.WriteLine($"Reusing previous CSC arguments ({cache.CurrentEntry.CscArguments.Length}) because none were found in the {Constants.CoreCompile} target.");
Microsoft.DotNet.Cli.Utils (1)
Constants.cs (1)
34public const string CoreCompile = nameof(CoreCompile);