1 write to BuildResultFile
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
242
BuildResultFile
= cache.PreviousEntry?.BuildResultFile,
5 references to BuildResultFile
dotnet (5)
Commands\Run\CSharpCompilerCommand.cs (4)
121
BuildResultFile
!= null &&
125
var binFile = new FileInfo(
BuildResultFile
);
129
Reporter.Verbose.WriteLine($"Skipping copy of '{objFile}' to '{
BuildResultFile
}' because the files have matching size and timestamp.");
133
Reporter.Verbose.WriteLine($"Copying '{objFile}' to '{
BuildResultFile
}'.");
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1344
/// <see cref="CSharpCompilerCommand.
BuildResultFile
"/>