1 write to Service
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.InitializedRemoteService.cs (1)
16Service = service;
8 references to Service
Microsoft.CodeAnalysis.InteractiveHost (8)
Interactive\Core\InteractiveHost.cs (7)
95=> _lazyRemoteService?.TryGetInitializedService()?.Service?.Process; 98=> (await TryGetOrCreateRemoteServiceAsync().ConfigureAwait(false)).Service; 233if (initializedService.Service != null && initializedService.Service.Process.IsAlive()) 277if (initializedRemoteService.Service == null) 282return await InvokeRemoteAsync<TResult>(initializedRemoteService.Service, targetName, arguments).ConfigureAwait(false); 343if (initializedService.Service == null)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
54initializedService.Service?.Dispose();