2 instantiations of RunningProjectInfo
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\Contracts\ContractWrappers.cs (1)
30=> new(id.ProjectInstanceId.ToContract(), id.RestartAutomatically);
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\EditorFeatures\Core\EditAndContinue\Contracts\ContractWrappers.cs (1)
30=> new(id.ProjectInstanceId.ToContract(), id.RestartAutomatically);
7 references to RunningProjectInfo
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\Contracts\ContractWrappers.cs (1)
29public static InternalContracts.RunningProjectInfo ToContract(this RunningProjectInfo id)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
280return GetUpdatesAsync(ImmutableArray<RunningProjectInfo>.Empty, cancellationToken); 283public async ValueTask<ManagedHotReloadUpdates> GetUpdatesAsync(ImmutableArray<RunningProjectInfo> runningProjects, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Features (1)
Contracts\EditAndContinue\IManagedHotReloadLanguageService.cs (1)
37ValueTask<ManagedHotReloadUpdates> GetUpdatesAsync(ImmutableArray<RunningProjectInfo> runningProjects, CancellationToken cancellationToken);
Microsoft.VisualStudio.LanguageServices.DevKit (3)
src\EditorFeatures\Core\EditAndContinue\Contracts\ContractWrappers.cs (1)
29public static InternalContracts.RunningProjectInfo ToContract(this RunningProjectInfo id)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
280return GetUpdatesAsync(ImmutableArray<RunningProjectInfo>.Empty, cancellationToken); 283public async ValueTask<ManagedHotReloadUpdates> GetUpdatesAsync(ImmutableArray<RunningProjectInfo> runningProjects, CancellationToken cancellationToken)