1 instantiation of ProjectInstanceId
dotnet-watch (1)
Build\ProjectGraphUtilities.cs (1)
179=> new(projectNode.ProjectInstance.FullPath, projectNode.GetTargetFramework());
5 references to ProjectInstanceId
dotnet-watch (5)
Browser\BrowserLauncher.cs (1)
16private ImmutableHashSet<ProjectInstanceId> _browserLaunchAttempted = [];
Browser\BrowserRefreshServerFactory.cs (3)
25private readonly Dictionary<ProjectInstanceId, BrowserRefreshServer?> _servers = []; 48var key = projectNode.GetProjectInstanceId(); 77var key = projectNode.GetProjectInstanceId();
Build\ProjectGraphUtilities.cs (1)
178public static ProjectInstanceId GetProjectInstanceId(this ProjectGraphNode projectNode)