5 writes to CscArguments
dotnet (5)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
227Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).CscArguments = value!,
Commands\Run\VirtualProjectBuildingCommand.cs (4)
452cache.CurrentEntry.CscArguments = cache.PreviousEntry?.CscArguments ?? []; 458cache.CurrentEntry.CscArguments = coreCompileResult.Items 1069cache.CurrentEntry.CscArguments = cache.PreviousEntry.CscArguments; 1122cache.PreviousEntry.CscArguments = [];
12 references to CscArguments
dotnet (12)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (2)
226Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).CscArguments, 289ImmutableArrayStringSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)value).CscArguments);
Commands\Run\VirtualProjectBuildingCommand.cs (10)
227CscArguments = cache.PreviousEntry?.CscArguments ?? [], 452cache.CurrentEntry.CscArguments = cache.PreviousEntry?.CscArguments ?? []; 454Reporter.Verbose.WriteLine($"Reusing previous CSC arguments ({cache.CurrentEntry.CscArguments.Length}) because none were found in the {Constants.CoreCompile} target."); 464Reporter.Verbose.WriteLine($"Found CSC arguments ({cache.CurrentEntry.CscArguments.Length}) and build result path: {cache.CurrentEntry.BuildResultFile}"); 500if (cache.CurrentEntry.CscArguments.IsDefaultOrEmpty) 505string rspPath = CSharpCompilerCommand.WriteCscRspFile(Builder.ArtifactsPath, cache.CurrentEntry.CscArguments); 730if (PreviousEntry?.CscArguments.IsDefaultOrEmpty == false) 992if (cache.PreviousEntry?.CscArguments.IsDefaultOrEmpty != false) 1069cache.CurrentEntry.CscArguments = cache.PreviousEntry.CscArguments; 1117if (!cache.PreviousEntry.CscArguments.IsDefaultOrEmpty)