6 references to CoreCompile
dotnet (5)
Commands\Run\RunCommand.cs (2)
348? MSBuildArgs.CloneWithAdditionalTargets(Constants.Build, Constants.ComputeRunArguments, Constants.CoreCompile) 349: MSBuildArgs.CloneWithAdditionalTargets(Constants.ComputeRunArguments, Constants.CoreCompile);
Commands\Run\VirtualProjectBuildingCommand.cs (3)
343targetsToBuild: RequestedTargets ?? [Constants.Build, Constants.CoreCompile]); 467if (result.TryGetResultsForTarget(Constants.CoreCompile, out var coreCompileResult) && 478Reporter.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)
32public const string CoreCompile = nameof(CoreCompile);