2 references to SolutionSnapshotProvider
Microsoft.CodeAnalysis.LanguageServer (1)
BrokeredServices\Services\Descriptors.cs (1)
44
{ BrokeredServiceDescriptors.
SolutionSnapshotProvider
.Moniker, new ServiceRegistration(ServiceAudience.Local, null, allowGuestClients: false) },
Microsoft.VisualStudio.LanguageServices.DevKit (1)
EditAndContinue\LspSolutionSnapshotProvider.cs (1)
17
: BrokeredServiceProxy<ISolutionSnapshotProviderService>(serviceBroker, BrokeredServiceDescriptors.
SolutionSnapshotProvider
),