4 references to ProjectInstanceId
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
292
var runningProjectOptions = runningProjects.ToRunningProjectOptions(solution, static info => (info.
ProjectInstanceId
.ProjectFilePath, info.
ProjectInstanceId
.TargetFramework, info.RestartAutomatically));
Microsoft.VisualStudio.LanguageServices.DevKit (2)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
292
var runningProjectOptions = runningProjects.ToRunningProjectOptions(solution, static info => (info.
ProjectInstanceId
.ProjectFilePath, info.
ProjectInstanceId
.TargetFramework, info.RestartAutomatically));