3 references to ProjectGraph
dotnet-watch (3)
Watch\DotNetWatcher.cs (3)
39if (evaluationResult.ProjectGraph != null) 41projectRootNode = evaluationResult.ProjectGraph.Graph.GraphRoots.Single(); 42staticFileHandler = new StaticFileHandler(context.Logger, evaluationResult.ProjectGraph, context.BrowserRefreshServerFactory);