5 references to BrokeredServiceDescriptors
Microsoft.CodeAnalysis.Remote.Workspaces (5)
EditAndContinue\ManagedHotReloadLanguageServiceDescriptor.cs (3)
15
public const string MonikerName =
BrokeredServiceDescriptors
.LanguageServerComponentNamespace + "." +
BrokeredServiceDescriptors
.LanguageServerComponentName + "." + ServiceName;
17
public static readonly ServiceJsonRpcDescriptor Descriptor =
BrokeredServiceDescriptors
.CreateServerServiceDescriptor(ServiceName, new(ServiceVersion));
EditAndContinue\ManagedHotReloadServiceProxy.cs (1)
16
BrokeredServiceProxy<IManagedHotReloadService>(serviceBroker,
BrokeredServiceDescriptors
.DebuggerManagedHotReloadService),
EditAndContinue\SolutionSnapshotProviderProxy.cs (1)
14
BrokeredServiceProxy<ISolutionSnapshotProvider>(serviceBroker,
BrokeredServiceDescriptors
.SolutionSnapshotProvider),