4 references to ProjectInstanceId
Microsoft.CodeAnalysis.Features (4)
Contracts\EditAndContinue\ManagedHotReloadUpdates.cs (2)
20public ImmutableArray<ProjectInstanceId> ProjectsToRebuild { get; init; } 23public ImmutableArray<ProjectInstanceId> ProjectsToRestart { get; init; }
Contracts\EditAndContinue\RunningProjectInfo.cs (2)
10internal readonly struct RunningProjectInfo(ProjectInstanceId projectInstanceId, bool restartAutomatically) 13public ProjectInstanceId ProjectInstanceId { get; } = projectInstanceId;