6 references to new
dotnet-watch (4)
Program.cs (3)
122project = new ProjectRepresentation(projectPath: null, entryPointFilePath: Path.GetFullPath(Path.Combine(workingDirectory, options.FilePath))); 138project = new ProjectRepresentation(projectPath, entryPointFilePath: null); 142project = new ProjectRepresentation(projectPath: null, entryPointFilePath);
Watch\MsBuildFileSetFactory.cs (1)
34[new ProjectRepresentation(rootProjectFile, entryPointFilePath: null)],
Microsoft.DotNet.HotReload.Watch (2)
Build\ProjectRepresentation.cs (2)
36? new(projectPath: projectOrEntryPointFilePath, entryPointFilePath: null) 37: new(projectPath: null, entryPointFilePath: projectOrEntryPointFilePath);