5 writes to CscArguments
dotnet (5)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
225Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).CscArguments = value!,
Commands\Run\VirtualProjectBuildingCommand.cs (4)
465cache.CurrentEntry.CscArguments = cache.PreviousEntry?.CscArguments ?? []; 471cache.CurrentEntry.CscArguments = coreCompileResult.Items 1064cache.CurrentEntry.CscArguments = cache.PreviousEntry.CscArguments; 1117cache.PreviousEntry.CscArguments = [];
12 references to CscArguments
dotnet (12)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (2)
224Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).CscArguments, 287ImmutableArrayStringSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)value).CscArguments);
Commands\Run\VirtualProjectBuildingCommand.cs (10)
241CscArguments = cache.PreviousEntry?.CscArguments ?? [], 465cache.CurrentEntry.CscArguments = cache.PreviousEntry?.CscArguments ?? []; 467Reporter.Verbose.WriteLine($"Reusing previous CSC arguments ({cache.CurrentEntry.CscArguments.Length}) because none were found in the {Constants.CoreCompile} target."); 477Reporter.Verbose.WriteLine($"Found CSC arguments ({cache.CurrentEntry.CscArguments.Length}) and build result path: {cache.CurrentEntry.BuildResultFile}"); 513if (cache.CurrentEntry.CscArguments.IsDefaultOrEmpty) 518string rspPath = CSharpCompilerCommand.WriteCscRspFile(Builder.ArtifactsPath, cache.CurrentEntry.CscArguments); 740if (PreviousEntry?.CscArguments.IsDefaultOrEmpty == false) 994if (cache.PreviousEntry?.CscArguments.IsDefaultOrEmpty != false) 1064cache.CurrentEntry.CscArguments = cache.PreviousEntry.CscArguments; 1112if (!cache.PreviousEntry.CscArguments.IsDefaultOrEmpty)