2 writes to Representation
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
386Representation = project,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
242Representation = ProjectRepresentation.FromProjectOrEntryPointFilePath(projectLaunchInfo.ProjectPath),
15 references to Representation
dotnet-watch (7)
Program.cs (5)
259if (mainProjectOptions.Representation.EntryPointFilePath != null) 281else if (mainProjectOptions.Representation.EntryPointFilePath != null) 320RootProjects = [mainProjectOptions.Representation], 348Debug.Assert(mainProjectOptions.Representation.PhysicalPath != null); 353mainProjectOptions.Representation.PhysicalPath,
Watch\BuildEvaluator.cs (2)
46Debug.Assert(MainProjectOptions.Representation.PhysicalPath != null); 49MainProjectOptions.Representation.PhysicalPath,
Microsoft.DotNet.HotReload.Watch (8)
Aspire\AspireServiceFactory.cs (2)
126_logger.LogDebug("[#{SessionId}] Starting: '{Path}'", sessionId, projectOptions.Representation.ProjectOrEntryPointFilePath); 160throw new ApplicationException($"Failed to launch '{projectOptions.Representation.ProjectOrEntryPointFilePath}'.");
Browser\BrowserLauncher.cs (1)
136? LaunchSettingsProfile.ReadLaunchProfile(projectOptions.Representation, projectOptions.LaunchProfileName.Value, logger)
HotReload\CompilationHandler.cs (3)
516projectsToUpdate.Select(e => e.Value.First().Options.Representation).Concat( 517staticAssetUpdates.Select(e => e.Key.Options.Representation))); 883_context.Logger.Log(MessageDescriptor.RestartingProjectsNotification, projectsToRestart.Select(p => p.Options.Representation));
HotReload\HotReloadDotNetWatcher.cs (1)
1005if (mainProjectOptions?.Representation.EntryPointFilePath is { } sourcePath)
Process\ProjectLauncher.cs (1)
39var projectNode = projectGraph.TryGetProjectNode(projectOptions.Representation.ProjectGraphPath, projectOptions.TargetFramework);