Implemented interface member:
method
RegisterSolutionSnapshotAsync
Microsoft.CodeAnalysis.Contracts.Client.ISolutionSnapshotProvider.RegisterSolutionSnapshotAsync(System.Threading.CancellationToken)
1 reference to RegisterSolutionSnapshotAsync
Microsoft.CodeAnalysis.Remote.Workspaces (1)
EditAndContinue\ManagedHotReloadLanguageService.cs (1)
67var id = await _solutionSnapshotProvider.RegisterSolutionSnapshotAsync(cancellationToken).ConfigureAwait(false);