1 write to _globalOptions
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
52
_globalOptions
= globalOptions;
2 references to _globalOptions
Microsoft.VisualStudio.LanguageServices (2)
Remote\VisualStudioRemoteHostClientProvider.cs (2)
67
if (!
_globalOptions
.GetOption(RemoteHostOptionsStorage.OOP64Bit) ||
82
_cachedVSInstance = new VisualStudioRemoteHostClientProvider(_vsWorkspace.Services.SolutionServices,
_globalOptions
, _brokeredServiceContainer, _threadingContext, _listenerProvider, _callbackDispatchers);