1 write to _context
dotnet-watch (1)
Watch\BuildEvaluator.cs (1)
34_context = context;
20 references to _context
dotnet-watch (20)
Watch\BuildEvaluator.cs (20)
40_context.RootProjectOptions.ProjectPath, 41_context.RootProjectOptions.BuildArguments, 42_context.ProcessRunner, 43new BuildReporter(_context.BuildLogger, _context.Options, _context.EnvironmentOptions)); 47if (!_context.EnvironmentOptions.SuppressMSBuildIncrementalism && 49CommandLineOptions.IsCodeExecutionCommand(_context.RootProjectOptions.Command)) 53_context.Logger.LogDebug("Cannot use --no-restore since msbuild project files have changed."); 57_context.Logger.LogDebug("Modifying command to use --no-restore"); 58return [_context.RootProjectOptions.Command, "--no-restore", .. _context.RootProjectOptions.CommandArguments]; 62return [_context.RootProjectOptions.Command, .. _context.RootProjectOptions.CommandArguments]; 67if (_context.EnvironmentOptions.SuppressMSBuildIncrementalism) 80_context.Logger.LogDebug("Evaluating dotnet-watch file set."); 105_context.Logger, 106_context.EnvironmentOptions, 107startedWatching: () => _context.Logger.Log(MessageDescriptor.FixBuildError), 131_context.Logger.LogDebug("Re-evaluation needed due to changes in '{Path}'.", file);