1 instantiation of Service
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
229
var jsonRpc = CreateRpc(serverStream, incomingCallTarget: new
Service
(invokeOnMainThread));
6 references to Service
Microsoft.CodeAnalysis.InteractiveHost (6)
Interactive\Core\InteractiveHost.cs (4)
366
return ExecuteRemoteAsync(nameof(
Service
.ExecuteAsync), code);
381
return ExecuteRemoteAsync(nameof(
Service
.ExecuteFileAsync), path);
395
return InvokeRemoteAsync<bool>(nameof(
Service
.AddReferenceAsync), reference);
407
return ExecuteRemoteAsync(nameof(
Service
.SetPathsAsync), referenceSearchPaths, sourceSearchPaths, baseDirectory);
Interactive\Core\InteractiveHost.LazyRemoteService.cs (2)
102
result = await ExecuteRemoteAsync(remoteService, nameof(
Service
.InitializeContextAsync), Options.InitializationFilePath, isRestarting).ConfigureAwait(false);
211
nameof(
Service
.InitializeAsync),