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