1 write to _context
dotnet-watch (1)
Watch\BuildEvaluator.cs (1)
36_context = context;
15 references to _context
dotnet-watch (15)
Watch\BuildEvaluator.cs (15)
41=> _context.MainProjectOptions ?? throw new InvalidOperationException(); 51_context.BuildArguments, 52_context.ProcessRunner, 53_context.BuildLogger, 54_context.Options, 55_context.EnvironmentOptions); 61if (!_context.EnvironmentOptions.SuppressMSBuildIncrementalism && 67_context.Logger.LogDebug("Cannot use --no-restore since msbuild project files have changed."); 71_context.Logger.LogDebug("Modifying command to use --no-restore"); 105if (_context.EnvironmentOptions.SuppressMSBuildIncrementalism) 118_context.Logger.LogDebug("Evaluating dotnet-watch file set."); 143_context.Logger, 144_context.EnvironmentOptions, 145startedWatching: () => _context.Logger.Log(MessageDescriptor.FixBuildError), 169_context.Logger.LogDebug("Re-evaluation needed due to changes in '{Path}'.", file);