1 write to UICulture
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostOptions.cs (1)
53
UICulture
= uiCulture;
1 reference to UICulture
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
66
var remoteService = await TryStartProcessAsync(Options.HostPath, Options.Culture, Options.
UICulture
, cancellationToken).ConfigureAwait(false);