3 instantiations of ClientServiceDescriptor
Microsoft.CodeAnalysis.Remote.Workspaces (3)
BrokeredServiceDescriptors.cs (3)
39
=> new
ClientServiceDescriptor
(this);
94
=> new
ClientServiceDescriptor
(CreateMoniker(LanguageServerComponentNamespace, LanguageClientComponentName, serviceName, version), clientInterface: null)
113
=> new
ClientServiceDescriptor
(CreateMoniker(VisualStudioComponentNamespace, DebuggerComponentName, serviceName, version), clientInterface: null)
1 reference to ClientServiceDescriptor
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceDescriptors.cs (1)
33
public ClientServiceDescriptor(
ClientServiceDescriptor
copyFrom)