6 references to new
dotnet-watch (4)
Program.cs (3)
121project = new ProjectRepresentation(projectPath: null, entryPointFilePath: Path.GetFullPath(Path.Combine(workingDirectory, options.FilePath))); 137project = new ProjectRepresentation(projectPath, entryPointFilePath: null); 141project = 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);