1 write to Service
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.InitializedRemoteService.cs (1)
16
Service
= service;
8 references to Service
Microsoft.CodeAnalysis.InteractiveHost (8)
Interactive\Core\InteractiveHost.cs (7)
94
=> _lazyRemoteService?.TryGetInitializedService()?.
Service
?.Process;
97
=> (await TryGetOrCreateRemoteServiceAsync().ConfigureAwait(false)).
Service
;
232
if (initializedService.
Service
!= null && initializedService.
Service
.Process.IsAlive())
276
if (initializedRemoteService.
Service
== null)
281
return await InvokeRemoteAsync<TResult>(initializedRemoteService.
Service
, targetName, arguments).ConfigureAwait(false);
342
if (initializedService.
Service
== null)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
52
initializedService.
Service
?.Dispose();