1 write to _globalOptions
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
47
_globalOptions
= globalOptions;
2 references to _globalOptions
Microsoft.VisualStudio.LanguageServices (2)
Remote\VisualStudioRemoteHostClientProvider.cs (2)
58
if (!
_globalOptions
.GetOption(RemoteHostOptionsStorage.OOP64Bit) ||
66
return new VisualStudioRemoteHostClientProvider(workspaceServices.SolutionServices,
_globalOptions
, _vsServiceProvider, _threadingContext, _listenerProvider, _callbackDispatchers);