4 references to BuildFiles
Microsoft.DotNet.HotReload.Watch (4)
HotReload\HotReloadDotNetWatcher.cs (4)
121
fileWatcher.WatchFiles(projectGraph.
BuildFiles
);
392
fileWatcher.WatchFiles(projectGraph.
BuildFiles
);
569
if (changedFiles.Select(f => f.Item.FilePath).FirstOrDefault(path => evaluationResult.ProjectGraph.
BuildFiles
.Contains(path) || MatchesBuildFile(path)) is { } firstBuildFilePath)
802
if (evaluationResult.ProjectGraph.
BuildFiles
.Contains(path))