7 references to RemoteProcessConfiguration
Microsoft.CodeAnalysis.Remote.Workspaces (7)
ServiceDescriptors.cs (4)
135
=> GetServiceDescriptor(serviceType,
RemoteProcessConfiguration
.ServerGC);
137
public ServiceDescriptor GetServiceDescriptor(Type serviceType,
RemoteProcessConfiguration
configuration)
145
return (configuration &
RemoteProcessConfiguration
.ServerGC) switch
148
RemoteProcessConfiguration
.ServerGC => descriptorCoreClr64ServerGC,
ServiceHubRemoteHostClient.cs (3)
29
public readonly
RemoteProcessConfiguration
Configuration;
35
RemoteProcessConfiguration
configuration,
56
RemoteProcessConfiguration
configuration,