1 write to HostPath
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostOptions.cs (1)
44
HostPath
= hostPath;
7 references to HostPath
InteractiveHost.UnitTests (5)
InteractiveHostDesktopTests.cs (5)
708
await Host.ResetAsync(new InteractiveHostOptions(Host.OptionsOpt!.
HostPath
, rspFile.Path, culture: CultureInfo.InvariantCulture, Host.OptionsOpt!.Platform));
746
await Host.ResetAsync(new InteractiveHostOptions(Host.OptionsOpt!.
HostPath
, rspFile.Path, culture: CultureInfo.InvariantCulture, Host.OptionsOpt!.Platform));
771
await Host.ResetAsync(new InteractiveHostOptions(Host.OptionsOpt!.
HostPath
, rspFile.Path, CultureInfo.InvariantCulture, Host.OptionsOpt!.Platform));
822
await Host.ResetAsync(new InteractiveHostOptions(Host.OptionsOpt!.
HostPath
, rspFile.Path, CultureInfo.InvariantCulture, Host.OptionsOpt!.Platform));
849
await Host.ResetAsync(new InteractiveHostOptions(Host.OptionsOpt!.
HostPath
, rspFile.Path, CultureInfo.InvariantCulture, Host.OptionsOpt!.Platform));
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
216
var hostPathDirectory = Path.GetDirectoryName(_hostOptions.
HostPath
);
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
68
var remoteService = await TryStartProcessAsync(Options.
HostPath
, Options.Culture, cancellationToken).ConfigureAwait(false);