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