10 references to RemoteProcessConfiguration
Microsoft.CodeAnalysis.Remote.Workspaces (7)
ServiceDescriptors.cs (4)
138
=> GetServiceDescriptor(serviceType,
RemoteProcessConfiguration
.ServerGC);
140
public ServiceDescriptor GetServiceDescriptor(Type serviceType,
RemoteProcessConfiguration
configuration)
148
return (configuration &
RemoteProcessConfiguration
.ServerGC) switch
151
RemoteProcessConfiguration
.ServerGC => descriptorCoreClr64ServerGC,
ServiceHubRemoteHostClient.cs (3)
29
public readonly
RemoteProcessConfiguration
Configuration;
35
RemoteProcessConfiguration
configuration,
56
RemoteProcessConfiguration
configuration,
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
60
var descriptor = ServiceDescriptors.Instance.GetServiceDescriptor(typeof(T),
RemoteProcessConfiguration
.ServerGC);
Microsoft.VisualStudio.LanguageServices (2)
Remote\VisualStudioRemoteHostClientProvider.cs (2)
134
var
configuration =
135
_globalOptions.GetOption(RemoteHostOptionsStorage.OOPServerGCFeatureFlag) ?
RemoteProcessConfiguration
.ServerGC : 0;