1 write to HostPath
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostOptions.cs (1)
49
HostPath
= hostPath;
2 references to HostPath
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
230
var hostPathDirectory = Path.GetDirectoryName(_hostOptions.
HostPath
);
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
64
var remoteService = await TryStartProcessAsync(Options.
HostPath
, Options.Culture, Options.UICulture, cancellationToken).ConfigureAwait(false);